MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / get_impl_ptr

Function get_impl_ptr

3rd/nlohmann_json/single_include/nlohmann/json.hpp:20354–20357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20352
20353 /// get a pointer to the value (object)
20354 object_t* get_impl_ptr(object_t* /*unused*/) noexcept
20355 {
20356 return is_object() ? m_value.object : nullptr;
20357 }
20358
20359 /// get a pointer to the value (object)
20360 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