MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / get_impl_ptr

Function get_impl_ptr

dependencies/json/json.hpp:19277–19280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19275
19276 /// get a pointer to the value (object)
19277 object_t* get_impl_ptr(object_t* /*unused*/) noexcept
19278 {
19279 return is_object() ? m_value.object : nullptr;
19280 }
19281
19282 /// get a pointer to the value (object)
19283 constexpr const object_t* get_impl_ptr(const object_t* /*unused*/) const noexcept

Callers 1

get_ptrFunction · 0.70

Calls 8

is_objectFunction · 0.70
is_arrayFunction · 0.70
is_stringFunction · 0.70
is_booleanFunction · 0.70
is_number_integerFunction · 0.70
is_number_unsignedFunction · 0.70
is_number_floatFunction · 0.70
is_binaryFunction · 0.70

Tested by

no test coverage detected