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

Function testValueCtor

test/value_from.cpp:333–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331
332template< class T, class... Context >
333static
334void
335testValueCtor( T const& t, Context const& ... ctx )
336{
337 BOOST_TEST(
338 serialize(value_from( t, ctx... )) == serialize(value(t)) );
339}
340
341} // namespace
342

Callers

nothing calls this directly

Calls 3

serializeFunction · 0.85
value_fromFunction · 0.85
valueClass · 0.70

Tested by

no test coverage detected