SIRIUS 7.5.0
Electronic structure library and applications
|
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()) |
Definition at line 5732 of file nlohmann_json.hpp.
|
inlinenoexcept |
Definition at line 5735 of file nlohmann_json.hpp.