EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nlohmann::detail::to_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() (BasicJsonType &j, T &&val) const noexcept(noexcept(to_json(j
 
auto std::forward (val)))) -> decltype(to_json(j, std::forward< T >(val)), void())
 

Detailed Description

Definition at line 4104 of file json.hpp.

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

Member Function Documentation

template<typename BasicJsonType , typename T >
auto nlohmann::detail::to_json_fn::operator() ( BasicJsonType &  j,
T &&  val 
) const
noexcept
auto nlohmann::detail::to_json_fn::std::forward ( val  ) -> decltype(to_json(j, std::forward<T>(val)), void())
inline

Definition at line 4107 of file json.hpp.

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

References nlohmann::detail::to_json().

+ Here is the call graph for this function:


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