Ditto 4.8.0-rc.2
Loading...
Searching...
No Matches
detail::to_json_fn Member List

This is the complete list of members for detail::to_json_fn, including all inherited members.

operator()(BasicJsonType &j, T &&val) const noexcept(noexcept(to_json(j, std::forward< T >(val)))) -> decltype(to_json(j, std::forward< T >(val)), void()) (defined in detail::to_json_fn)detail::to_json_fninline