MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / get_ptr

Function get_ptr

third-party/nlohmann/include/nlohmann/json.hpp:1548–1552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1546 std::is_pointer<PointerType>::value&&
1547 std::is_const<typename std::remove_pointer<PointerType>::type>::value, int >::type = 0 >
1548 constexpr auto get_ptr() const noexcept -> decltype(std::declval<const basic_json_t&>().get_impl_ptr(std::declval<PointerType>()))
1549 {
1550 // delegate the call to get_impl_ptr<>() const
1551 return get_impl_ptr(static_cast<PointerType>(nullptr));
1552 }
1553
1554 private:
1555 /*!

Callers 1

json.hppFile · 0.85

Calls 1

get_impl_ptrFunction · 0.85

Tested by

no test coverage detected