MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / get_impl_ptr

Function get_impl_ptr

include/nlohmann/json.hpp:21457–21460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21455
21456 /// get a pointer to the value (object)
21457 object_t* get_impl_ptr(object_t* /*unused*/) noexcept
21458 {
21459 return is_object() ? m_data.m_value.object : nullptr;
21460 }
21461
21462 /// get a pointer to the value (object)
21463 constexpr const object_t* get_impl_ptr(const object_t* /*unused*/) const noexcept

Callers 1

get_ptrFunction · 0.85

Calls 7

is_objectFunction · 0.85
is_arrayFunction · 0.85
is_stringFunction · 0.85
is_booleanFunction · 0.85
is_number_unsignedFunction · 0.85
is_number_floatFunction · 0.85
is_binaryFunction · 0.85

Tested by

no test coverage detected