EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nlohmann::detail::has_from_json< BasicJsonType, T, enable_if_t< not is_basic_json< T >::value > > Struct Template Reference

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

Public Types

using serializer = typename BasicJsonType::template json_serializer< T, void >
 

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename BasicJsonType, typename T>
struct nlohmann::detail::has_from_json< BasicJsonType, T, enable_if_t< not is_basic_json< T >::value > >

Definition at line 2852 of file json.hpp.

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

Member Typedef Documentation

template<typename BasicJsonType , typename T >
using nlohmann::detail::has_from_json< BasicJsonType, T, enable_if_t< not is_basic_json< T >::value > >::serializer = typename BasicJsonType::template json_serializer<T, void>

Definition at line 2855 of file json.hpp.

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

Member Data Documentation

template<typename BasicJsonType , typename T >
constexpr bool nlohmann::detail::has_from_json< BasicJsonType, T, enable_if_t< not is_basic_json< T >::value > >::value
static
Initial value:

Definition at line 2857 of file json.hpp.

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


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