MUQ  0.4.3
nlohmann::detail::from_json_fn Struct Reference

#include <json.h>

Detailed Description

Definition at line 3784 of file json.h.

Public Member Functions

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

Member Function Documentation

◆ operator()()

template<typename BasicJsonType , typename T >
auto nlohmann::detail::from_json_fn::operator() ( const BasicJsonType &  j,
T &  val 
) const -> decltype(from_json(j, val), void())
inlinenoexcept

Definition at line 3787 of file json.h.

References nlohmann::detail::from_json().


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