EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nlohmann::detail::from_json_fn Struct Reference

#include <acts/blob/sPHENIX/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>

Public Member Functions

template<typename BasicJsonType , typename T >
auto operator() (const BasicJsonType &j, T &val) const noexcept(noexcept(from_json(j
 

Public Attributes

autodecltype(from_json(j, val),
void()) 
val
 

Detailed Description

Definition at line 3570 of file json.hpp.

View newest version in sPHENIX GitHub at line 3570 of file json.hpp

Member Function Documentation

template<typename BasicJsonType , typename T >
auto nlohmann::detail::from_json_fn::operator() ( const BasicJsonType &  j,
T val 
) const
noexcept

Member Data Documentation

autodecltype(from_json(j, val), void()) nlohmann::detail::from_json_fn::val
Initial value:
{
return from_json(j, val)

Definition at line 3576 of file json.hpp.

View newest version in sPHENIX GitHub at line 3576 of file json.hpp


The documentation for this struct was generated from the following file: