Eclipse SUMO - Simulation of Urban MObility
nlohmann::detail::is_sax_static_asserts< SAX, BasicJsonType > Struct Template Reference

#include <json.hpp>

Private Types

using binary_t = typename BasicJsonType::binary_t
 
using exception_t = typename BasicJsonType::exception
 
using number_float_t = typename BasicJsonType::number_float_t
 
using number_integer_t = typename BasicJsonType::number_integer_t
 
using number_unsigned_t = typename BasicJsonType::number_unsigned_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 8135 of file json.hpp.

Member Typedef Documentation

◆ binary_t

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

Definition at line 8145 of file json.hpp.

◆ exception_t

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

Definition at line 8146 of file json.hpp.

◆ number_float_t

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 8143 of file json.hpp.

◆ number_integer_t

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 8141 of file json.hpp.

◆ number_unsigned_t

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 8142 of file json.hpp.

◆ string_t

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

Definition at line 8144 of file json.hpp.


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