ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>
Public Member Functions | |
template<typename BasicJsonType , typename T > | |
auto | operator() (BasicJsonType &j, T &&val) const noexcept(noexcept(to_json(j |
auto | std::forward (val)))) -> decltype(to_json(j, std::forward< T >(val)), void()) |
Definition at line 3775 of file json.hpp.
View newest version in sPHENIX GitHub at line 3775 of file json.hpp
|
noexcept |
|
inline |
Definition at line 3778 of file json.hpp.
View newest version in sPHENIX GitHub at line 3778 of file json.hpp
References nlohmann::detail::to_json().