Goby3
3.1.5a
2024.05.23
|
#include <goby/util/thirdparty/nlohmann/json.hpp>
Public Member Functions | |
template<typename BasicJsonType , typename T > | |
auto | operator() (BasicJsonType &j, T &&val) const noexcept(noexcept(to_json(j, std::forward< T >(val)))) -> decltype(to_json(j, std::forward< T >(val)), void()) |