A Discrete-Event Network Simulator
API
nlohmann::detail::is_sax< SAX, BasicJsonType > Struct Template Reference

#include "json.h"

+ Collaboration diagram for nlohmann::detail::is_sax< SAX, BasicJsonType >:

Static Public Attributes

static constexpr bool value
 

Private Types

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

Detailed Description

template<typename SAX, typename BasicJsonType>
struct nlohmann::detail::is_sax< SAX, BasicJsonType >

Definition at line 7641 of file json.h.

Member Typedef Documentation

◆ binary_t [1/2]

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

Definition at line 7651 of file json.h.

◆ binary_t [2/2]

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

Definition at line 7651 of file json.h.

◆ exception_t [1/2]

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

Definition at line 7652 of file json.h.

◆ exception_t [2/2]

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

Definition at line 7652 of file json.h.

◆ number_float_t [1/2]

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

Definition at line 7649 of file json.h.

◆ number_float_t [2/2]

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

Definition at line 7649 of file json.h.

◆ number_integer_t [1/2]

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

Definition at line 7647 of file json.h.

◆ number_integer_t [2/2]

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

Definition at line 7647 of file json.h.

◆ number_unsigned_t [1/2]

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

Definition at line 7648 of file json.h.

◆ number_unsigned_t [2/2]

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

Definition at line 7648 of file json.h.

◆ string_t [1/2]

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

Definition at line 7650 of file json.h.

◆ string_t [2/2]

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

Definition at line 7650 of file json.h.

Member Data Documentation

◆ value


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