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

Method array_test

test/array.cpp:37–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 string_view const str_;
36
37 array_test()
38 : str_(
39 "abcdefghijklmnopqrstuvwxyz")
40 {
41 // ensure this string does
42 // not fit in the SBO area.
43 BOOST_ASSERT(str_.size() >
44 string().capacity());
45
46 }
47
48 void
49 check(array const& a)

Callers

nothing calls this directly

Calls 3

stringClass · 0.50
sizeMethod · 0.45
capacityMethod · 0.45

Tested by

no test coverage detected