MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / operator()

Method operator()

Source/Utils/json.hpp:3787–3792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3785 {
3786 template<typename BasicJsonType, typename T>
3787 auto operator()(const BasicJsonType& j, T& val) const
3788 noexcept(noexcept(from_json(j, val)))
3789 -> decltype(from_json(j, val), void())
3790 {
3791 return from_json(j, val);
3792 }
3793 };
3794 } // namespace detail
3795

Callers

nothing calls this directly

Calls 1

from_jsonFunction · 0.85

Tested by

no test coverage detected