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

Method testRootPointer

test/pointer.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60public:
61 void
62 testRootPointer()
63 {
64 value const jv = testValue();
65 BOOST_TEST(&jv.at_pointer("") == &jv);
66 }
67
68 void
69 testChildPointer()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected