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

#include "json.h"

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_static_asserts< SAX, BasicJsonType >

Definition at line 7672 of file json.h.

Member Typedef Documentation

◆ binary_t [1/2]

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

Definition at line 7682 of file json.h.

◆ binary_t [2/2]

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

Definition at line 7682 of file json.h.

◆ exception_t [1/2]

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

Definition at line 7683 of file json.h.

◆ exception_t [2/2]

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

Definition at line 7683 of file json.h.

◆ number_float_t [1/2]

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

Definition at line 7680 of file json.h.

◆ number_float_t [2/2]

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

Definition at line 7680 of file json.h.

◆ number_integer_t [1/2]

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

Definition at line 7678 of file json.h.

◆ number_integer_t [2/2]

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

Definition at line 7678 of file json.h.

◆ number_unsigned_t [1/2]

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

Definition at line 7679 of file json.h.

◆ number_unsigned_t [2/2]

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

Definition at line 7679 of file json.h.

◆ string_t [1/2]

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

Definition at line 7681 of file json.h.

◆ string_t [2/2]

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

Definition at line 7681 of file json.h.


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