MCPcopy Create free account
hub / github.com/GameFoundry/B3DFramework / is_primitive

Function is_primitive

Source/Engine/Utility/ThirdParty/json.hpp:13108–13111  ·  view source on GitHub ↗

! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean, or null). @return `true` if type is primitive (string, number, boolean, or null), `false` otherwise. @complexity Constant. @exceptionsafety No-throw guarantee: this member function never throws exceptions. @liveexample{The

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

is_nullFunction · 0.85
is_stringFunction · 0.85
is_booleanFunction · 0.85
is_numberFunction · 0.85

Tested by

no test coverage detected