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

Method value_test

test/value.cpp:74–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 string_view const str_;
73
74 value_test()
75 : str_(
76 "abcdefghijklmnopqrstuvwxyz")
77 {
78 // ensure this string does
79 // not fit in the SBO area.
80 BOOST_ASSERT(str_.size() >
81 string().capacity());
82 }
83
84 //------------------------------------------------------
85

Callers

nothing calls this directly

Calls 3

stringClass · 0.50
sizeMethod · 0.45
capacityMethod · 0.45

Tested by

no test coverage detected