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

Method testPreferUserCustomizations

test/value_from.cpp:485–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483
484 template< class... Context >
485 static
486 void
487 testPreferUserCustomizations( Context const& ... ctx )
488 {
489 value_from_test_ns::T5 t5;
490 BOOST_TEST((::boost::json::value_from( t5, ctx... ) == "T5"));
491 }
492
493 void
494 testTrySize()

Callers

nothing calls this directly

Calls 1

value_fromFunction · 0.85

Tested by

no test coverage detected