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

Function get_impl_ptr

3rd/nlohmann_json/include/nlohmann/json.hpp:2853–2856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2851
2852 /// get a pointer to the value (object)
2853 object_t* get_impl_ptr(object_t* /*unused*/) noexcept
2854 {
2855 return is_object() ? m_value.object : nullptr;
2856 }
2857
2858 /// get a pointer to the value (object)
2859 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