MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / get_impl

Function get_impl

Source/external/json.hpp:20813–20817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20811 detail::has_non_default_from_json<basic_json_t, ValueType>::value,
20812 int > = 0 >
20813 ValueType get_impl(detail::priority_tag<1> /*unused*/) const noexcept(noexcept(
20814 JSONSerializer<ValueType>::from_json(std::declval<const basic_json_t&>())))
20815 {
20816 return JSONSerializer<ValueType>::from_json(*this);
20817 }
20818
20819 /*!
20820 @brief get special-case overload

Callers 1

json.hppFile · 0.85

Calls 1

from_jsonFunction · 0.85

Tested by

no test coverage detected