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

Function get_impl

3rd/nlohmann_json/include/nlohmann/json.hpp:3111–3115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3109 detail::has_non_default_from_json<basic_json_t, ValueType>::value,
3110 int > = 0 >
3111 ValueType get_impl(detail::priority_tag<1> /*unused*/) const noexcept(noexcept(
3112 JSONSerializer<ValueType>::from_json(std::declval<const basic_json_t&>())))
3113 {
3114 return JSONSerializer<ValueType>::from_json(*this);
3115 }
3116
3117 /*!
3118 @brief get special-case overload

Callers 6

executorClass · 0.50
on_work_startedMethod · 0.50
on_work_finishedMethod · 0.50
dispatchMethod · 0.50
postMethod · 0.50
deferMethod · 0.50

Calls 1

from_jsonFunction · 0.50

Tested by

no test coverage detected