MCPcopy Create free account
hub / github.com/cinder/Cinder / get_impl

Function get_impl

include/nlohmann/json.hpp:1640–1644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1638 detail::has_non_default_from_json<basic_json_t, ValueType>::value,
1639 int > = 0 >
1640 ValueType get_impl(detail::priority_tag<1> /*unused*/) const noexcept(noexcept(
1641 JSONSerializer<ValueType>::from_json(std::declval<const basic_json_t&>())))
1642 {
1643 return JSONSerializer<ValueType>::from_json(*this);
1644 }
1645
1646 /*!
1647 @brief get special-case overload

Callers 6

executorClass · 0.85
on_work_startedMethod · 0.85
on_work_finishedMethod · 0.85
dispatchMethod · 0.85
postMethod · 0.85
deferMethod · 0.85

Calls 1

from_jsonFunction · 0.85

Tested by

no test coverage detected