MCPcopy Create free account
hub / github.com/boostorg/json / T8

Class T8

test/value_to.cpp:151–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149//----------------------------------------------------------
150
151struct T8
152{
153 int n;
154 double d;
155#ifndef BOOST_NO_CXX17_HDR_OPTIONAL
156 std::optional<std::string> opt_s;
157#else
158 std::string opt_s;
159#endif // BOOST_NO_CXX17_HDR_OPTIONAL
160};
161BOOST_DESCRIBE_STRUCT(T8, (), (n, d, opt_s))
162
163//----------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected