|
SIRIUS 7.5.0
Electronic structure library and applications
|
Public Member Functions | |
| template<typename BasicJsonType , typename T > | |
| auto | operator() (const BasicJsonType &j, T &&val) const noexcept(noexcept(from_json(j, std::forward< T >(val)))) -> decltype(from_json(j, std::forward< T >(val))) |
Definition at line 5031 of file nlohmann_json.hpp.
|
inlinenoexcept |
Definition at line 5034 of file nlohmann_json.hpp.