hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
to_json_fn Member List

This is the complete list of members for 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())to_json_fninline