MCPcopy Create free account
hub / github.com/SsageParuders/Android_Native_Surface / basic_json

Function basic_json

my_libhv/cpputil/json.hpp:17830–17834  ·  view source on GitHub ↗

! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with an empty value which depends on the type: Value type | initial value ----------- | ------------- null | `null` boolean | `false` string | `""` number | `0` object | `{}` array | `[]`

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

basic_json binaryFunction · 0.70
basic_json arrayFunction · 0.70
basic_json objectFunction · 0.70
operator[]Function · 0.70
push_backFunction · 0.70
operator==Function · 0.70
operator!=Function · 0.70
operator<Function · 0.70
operator<=Function · 0.70
operator>Function · 0.70
operator>=Function · 0.70
basic_json from_cborFunction · 0.70

Calls 14

assert_invariantFunction · 0.85
to_jsonFunction · 0.85
moveFunction · 0.85
moved_or_copiedMethod · 0.80
emplaceMethod · 0.80
is_beginMethod · 0.80
is_endMethod · 0.80
type_nameMethod · 0.80
createFunction · 0.70
stringFunction · 0.50
typeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected