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

Detailed Description

Definition at line 431 of file utils.hpp.

Public Types

using Message = proto_json::messages::DoubleMessage
 

Static Public Attributes

static constexpr const char * kJson = R"({"field1":"NaN"})"
 
static constexpr DoubleMessageData kValue = {std::numeric_limits<double>::quiet_NaN()}
 
static constexpr bool kSkip = !std::numeric_limits<double>::has_quiet_NaN
 

Member Typedef Documentation

◆ Message

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

Definition at line 432 of file utils.hpp.

Member Data Documentation

◆ kJson

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

Definition at line 433 of file utils.hpp.

◆ kSkip

constexpr bool protobuf::json::tests::DoubleQuietNan::kSkip = !std::numeric_limits<double>::has_quiet_NaN
staticconstexpr

Definition at line 435 of file utils.hpp.

◆ kValue

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

Definition at line 434 of file utils.hpp.


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