MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / get_ptr

Function get_ptr

3rd/json/include/nlohmann/json.hpp:15481–15485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15479 template<typename PointerType, typename std::enable_if<
15480 std::is_pointer<PointerType>::value, int>::type = 0>
15481 auto get_ptr() noexcept -> decltype(std::declval<basic_json_t&>().get_impl_ptr(std::declval<PointerType>()))
15482 {
15483 // delegate the call to get_impl_ptr<>()
15484 return get_impl_ptr(static_cast<PointerType>(nullptr));
15485 }
15486
15487 /*!
15488 @brief get a pointer value (implicit)

Callers

nothing calls this directly

Calls 1

get_impl_ptrFunction · 0.85

Tested by

no test coverage detected