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

Detailed Description

Definition at line 424 of file utils.hpp.

Public Types

using Message = proto_json::messages::FloatMessage
 

Static Public Attributes

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

Member Typedef Documentation

◆ Message

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

Definition at line 425 of file utils.hpp.

Member Data Documentation

◆ kJson

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

Definition at line 426 of file utils.hpp.

◆ kSkip

constexpr bool protobuf::json::tests::FloatNegativeInfinity::kSkip = !std::numeric_limits<float>::has_infinity
staticconstexpr

Definition at line 428 of file utils.hpp.

◆ kValue

constexpr FloatMessageData protobuf::json::tests::FloatNegativeInfinity::kValue = {-std::numeric_limits<float>::infinity()}
staticconstexpr

Definition at line 427 of file utils.hpp.


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