MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / operator()

Method operator()

Source/external/json.hpp:5030–5035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5028{
5029 template<typename BasicJsonType, typename T>
5030 auto operator()(const BasicJsonType& j, T&& val) const
5031 noexcept(noexcept(from_json(j, std::forward<T>(val))))
5032 -> decltype(from_json(j, std::forward<T>(val)))
5033 {
5034 return from_json(j, std::forward<T>(val));
5035 }
5036};
5037
5038} // namespace detail

Callers

nothing calls this directly

Calls 1

from_jsonFunction · 0.85

Tested by

no test coverage detected