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

Method testValueCtors

test/value_from.cpp:371–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369public:
370 template< class... Context >
371 static
372 void
373 testValueCtors( Context const& ... ctx )
374 {
375 // value_from supports every value constructor
376
377 testValueCtor<value, Context...>( value(), ctx... );
378
379 char const* s = "5";
380 testValueCtor<char const*, Context...>( s, ctx... );
381 }
382
383 template< class... Context >
384 static

Callers

nothing calls this directly

Calls 1

valueClass · 0.70

Tested by

no test coverage detected