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

Method testInitOrder

test/storage_ptr.cpp:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void
190 testInitOrder()
191 {
192 BOOST_ASSERT(jv1.storage() == jv2.storage());
193 BOOST_TEST(! jv1.storage().is_deallocate_trivial());
194 BOOST_TEST(! jv1.storage().is_shared());
195 }
196
197 void
198 run()

Callers

nothing calls this directly

Calls 2

is_deallocate_trivialMethod · 0.80
is_sharedMethod · 0.80

Tested by

no test coverage detected