MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / get_ptr

Function get_ptr

extern/json/json.hpp:20765–20769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20763 std::is_pointer<PointerType>::value&&
20764 std::is_const<typename std::remove_pointer<PointerType>::type>::value, int >::type = 0 >
20765 constexpr auto get_ptr() const noexcept -> decltype(std::declval<const basic_json_t&>().get_impl_ptr(std::declval<PointerType>()))
20766 {
20767 // delegate the call to get_impl_ptr<>() const
20768 return get_impl_ptr(static_cast<PointerType>(nullptr));
20769 }
20770
20771 private:
20772 /*!

Callers 1

json.hppFile · 0.85

Calls 1

get_impl_ptrFunction · 0.85

Tested by

no test coverage detected