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

Detailed Description

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

Definition at line 456 of file utils.hpp.

Member Data Documentation

◆ kJson

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

Definition at line 457 of file utils.hpp.

◆ kSkip

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

Definition at line 459 of file utils.hpp.

◆ kValue

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

Definition at line 458 of file utils.hpp.


The documentation for this struct was generated from the following file:
  • /data/code/userver/libraries/protobuf/tests/json/utils.hpp