Struct from_json_fn

Struct Documentation

struct from_json_fn

Public Functions

template<typename BasicJsonType, typename T>
inline auto operator()(const BasicJsonType &j, T &&val) const noexcept(noexcept(from_json(j, std::forward<T>(val)))) -> decltype(from_json(j, std::forward<T>(val)))