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

Detailed Description

Definition at line 445 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::DoublePositiveInfinity::Message = proto_json::messages::DoubleMessage

Definition at line 446 of file utils.hpp.

Member Data Documentation

◆ kJson

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

Definition at line 447 of file utils.hpp.

◆ kSkip

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

Definition at line 449 of file utils.hpp.

◆ kValue

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

Definition at line 448 of file utils.hpp.


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