xrootd
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
nlohmann::detail::has_non_default_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > > Struct Template Reference

#include <XrdOucJson.hh>

Public Types

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

Static Public Attributes

static constexpr bool value
 

Member Typedef Documentation

◆ serializer

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

Member Data Documentation

◆ value

template<typename BasicJsonType , typename T >
constexpr bool nlohmann::detail::has_non_default_from_json< BasicJsonType, T, enable_if_t< !is_basic_json< T >::value > >::value
staticconstexpr
Initial value:
=
const BasicJsonType&>::value
decltype(T::from_json(std::declval< Args >()...)) from_json_function
Definition XrdOucJson.hh:3502
std::is_same< Expected, detected_t< Op, Args... > > is_detected_exact
Definition XrdOucJson.hh:3338
typename BasicJsonType::template json_serializer< T, void > serializer
Definition XrdOucJson.hh:3539

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