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

Detailed Description

Definition at line 403 of file utils.hpp.

Public Types

using Message = proto_json::messages::FloatMessage
 

Static Public Attributes

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

Member Typedef Documentation

◆ Message

using protobuf::json::tests::FloatQuietNan::Message = proto_json::messages::FloatMessage

Definition at line 404 of file utils.hpp.

Member Data Documentation

◆ kJson

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

Definition at line 405 of file utils.hpp.

◆ kSkip

constexpr bool protobuf::json::tests::FloatQuietNan::kSkip = !std::numeric_limits<float>::has_quiet_NaN
staticconstexpr

Definition at line 407 of file utils.hpp.

◆ kValue

constexpr FloatMessageData protobuf::json::tests::FloatQuietNan::kValue = {std::numeric_limits<float>::quiet_NaN()}
staticconstexpr

Definition at line 406 of file utils.hpp.


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