Struct from_json_fn

Struct Documentation

struct from_json_fn

Public Functions

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