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

Method run

test/value_ref.cpp:413–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411 }
412
413 void
414 run()
415 {
416 testCtors();
417 testInitList();
418 testMakeValue();
419 testObjects();
420 testMoveFrom();
421 testAutoConversion();
422 }
423};
424
425TEST_SUITE(value_ref_test, "boost.json.value_ref");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected