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, val))) -> decltype(from_json(j, val), void())
template<typename BasicJsonType, typename T>
inline auto operator()(const BasicJsonType &j, T &val) const noexcept(noexcept(from_json(j, val))) -> decltype(from_json(j, val), void())