Logo ROOT   6.14/05
Reference Guide
nlohmann::detail::to_json_fn Member List

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

call(BasicJsonType &j, T &&val, priority_tag< 1 >) const noexcept(noexcept(to_json(j, std::forward< T >(val)))) -> decltype(to_json(j, std::forward< T >(val)), void())nlohmann::detail::to_json_fninlineprivate
call(BasicJsonType &, T &&, priority_tag< 0 >) const noexceptnlohmann::detail::to_json_fninlineprivate
operator()(BasicJsonType &j, T &&val) const noexcept(noexcept(std::declval< to_json_fn >().call(j, std::forward< T >(val), priority_tag< 1 > {})))nlohmann::detail::to_json_fninline