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

Detailed Description

Definition at line 410 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>::signaling_NaN()}
 
static constexpr bool kSkip = !std::numeric_limits<float>::has_signaling_NaN
 

Member Typedef Documentation

◆ Message

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

Definition at line 411 of file utils.hpp.

Member Data Documentation

◆ kJson

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

Definition at line 412 of file utils.hpp.

◆ kSkip

constexpr bool protobuf::json::tests::FloatSignalingNan::kSkip = !std::numeric_limits<float>::has_signaling_NaN
staticconstexpr

Definition at line 414 of file utils.hpp.

◆ kValue

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

Definition at line 413 of file utils.hpp.


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