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

Class T4

test/value_from.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84BOOST_CORE_STATIC_ASSERT( ! ::boost::json::has_value_from<T3>::value );
85
86struct T4
87{
88 operator ::boost::json::value()
89 {
90 return nullptr;
91 }
92};
93
94BOOST_CORE_STATIC_ASSERT( ! ::boost::json::has_value_from<T4>::value );
95

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected