xrootd
Loading...
Searching...
No Matches
Static Public Attributes | Private Types | List of all members
nlohmann::detail::is_sax< SAX, BasicJsonType > Struct Template Reference

Static Public Attributes

static constexpr bool value
 

Private Types

using number_integer_t = typename BasicJsonType::number_integer_t
 
using number_unsigned_t = typename BasicJsonType::number_unsigned_t
 
using number_float_t = typename BasicJsonType::number_float_t
 
using string_t = typename BasicJsonType::string_t
 
using binary_t = typename BasicJsonType::binary_t
 
using exception_t = typename BasicJsonType::exception
 

Member Typedef Documentation

◆ binary_t

template<typename SAX , typename BasicJsonType >
using nlohmann::detail::is_sax< SAX, BasicJsonType >::binary_t = typename BasicJsonType::binary_t
private

◆ exception_t

template<typename SAX , typename BasicJsonType >
using nlohmann::detail::is_sax< SAX, BasicJsonType >::exception_t = typename BasicJsonType::exception
private

◆ number_float_t

template<typename SAX , typename BasicJsonType >
using nlohmann::detail::is_sax< SAX, BasicJsonType >::number_float_t = typename BasicJsonType::number_float_t
private

◆ number_integer_t

template<typename SAX , typename BasicJsonType >
using nlohmann::detail::is_sax< SAX, BasicJsonType >::number_integer_t = typename BasicJsonType::number_integer_t
private

◆ number_unsigned_t

template<typename SAX , typename BasicJsonType >
using nlohmann::detail::is_sax< SAX, BasicJsonType >::number_unsigned_t = typename BasicJsonType::number_unsigned_t
private

◆ string_t

template<typename SAX , typename BasicJsonType >
using nlohmann::detail::is_sax< SAX, BasicJsonType >::string_t = typename BasicJsonType::string_t
private

Member Data Documentation

◆ value

template<typename SAX , typename BasicJsonType >
constexpr bool nlohmann::detail::is_sax< SAX, BasicJsonType >::value
staticconstexpr
Initial value:
=
is_detected_exact<bool, null_function_t, SAX>::value &&
is_detected_exact<bool, boolean_function_t, SAX>::value &&
is_detected_exact<bool, number_integer_function_t, SAX, number_integer_t>::value &&
is_detected_exact<bool, number_unsigned_function_t, SAX, number_unsigned_t>::value &&
is_detected_exact<bool, number_float_function_t, SAX, number_float_t, string_t>::value &&
is_detected_exact<bool, string_function_t, SAX, string_t>::value &&
is_detected_exact<bool, binary_function_t, SAX, binary_t>::value &&
is_detected_exact<bool, start_object_function_t, SAX>::value &&
is_detected_exact<bool, key_function_t, SAX, string_t>::value &&
is_detected_exact<bool, end_object_function_t, SAX>::value &&
is_detected_exact<bool, start_array_function_t, SAX>::value &&
is_detected_exact<bool, end_array_function_t, SAX>::value &&
is_detected_exact<bool, parse_error_function_t, SAX, exception_t>::value

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