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

Method value

include/boost/json/value.hpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72#endif
73
74 explicit
75 value(
76 detail::unchecked_array&& ua)
77 : arr_(std::move(ua))
78 {
79 }
80
81 explicit
82 value(

Callers 15

serialize_cbor_valueFunction · 0.80
pretty_printFunction · 0.80
equal_storageFunction · 0.80
to_string_testFunction · 0.80
equalFunction · 0.80
testToNumberMethod · 0.80
testAsMethod · 0.80
testKeyValuePairMethod · 0.80
tag_invokeFunction · 0.80
usingValuesFunction · 0.80
testModifiersMethod · 0.80
testTryMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 3

equal_storageFunction · 0.64
to_string_testFunction · 0.64
equalFunction · 0.64