userver: protobuf::json::tests::DoubleNegativeInfinity Struct Reference
Loading...
Searching...
No Matches
protobuf::json::tests::DoubleNegativeInfinity Struct Reference

Detailed Description

Definition at line 452 of file utils.hpp.

Public Types

using Message = proto_json::messages::DoubleMessage
 

Static Public Attributes

static constexpr const char * kJson = R"({"field1":"-Infinity"})"
 
static constexpr DoubleMessageData kValue = {-std::numeric_limits<double>::infinity()}
 
static constexpr bool kSkip = !std::numeric_limits<double>::has_infinity
 

Member Typedef Documentation

◆ Message

using protobuf::json::tests::DoubleNegativeInfinity::Message = proto_json::messages::DoubleMessage

Definition at line 453 of file utils.hpp.

Member Data Documentation

◆ kJson

constexpr const char* protobuf::json::tests::DoubleNegativeInfinity::kJson = R"({"field1":"-Infinity"})"
staticconstexpr

Definition at line 454 of file utils.hpp.

◆ kSkip

constexpr bool protobuf::json::tests::DoubleNegativeInfinity::kSkip = !std::numeric_limits<double>::has_infinity
staticconstexpr

Definition at line 456 of file utils.hpp.

◆ kValue

constexpr DoubleMessageData protobuf::json::tests::DoubleNegativeInfinity::kValue = {-std::numeric_limits<double>::infinity()}
staticconstexpr

Definition at line 455 of file utils.hpp.


The documentation for this struct was generated from the following file: