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

Function get_impl

3rd/nlohmann_json/single_include/nlohmann/json.hpp:20612–20616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20610 detail::has_non_default_from_json<basic_json_t, ValueType>::value,
20611 int > = 0 >
20612 ValueType get_impl(detail::priority_tag<1> /*unused*/) const noexcept(noexcept(
20613 JSONSerializer<ValueType>::from_json(std::declval<const basic_json_t&>())))
20614 {
20615 return JSONSerializer<ValueType>::from_json(*this);
20616 }
20617
20618 /*!
20619 @brief get special-case overload

Callers

nothing calls this directly

Calls 1

from_jsonFunction · 0.70

Tested by

no test coverage detected