WCSim
Static Public Attributes | Private Types | List of all members
detail::is_sax< SAX, BasicJsonType > Struct Template Reference

#include <json.hpp>

Collaboration diagram for detail::is_sax< SAX, BasicJsonType >:
Collaboration graph

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
 

Detailed Description

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

Definition at line 9018 of file json.hpp.

Member Typedef Documentation

◆ binary_t

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

Definition at line 9028 of file json.hpp.

◆ exception_t

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

Definition at line 9029 of file json.hpp.

◆ number_float_t

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

Definition at line 9026 of file json.hpp.

◆ number_integer_t

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

Definition at line 9024 of file json.hpp.

◆ number_unsigned_t

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

Definition at line 9025 of file json.hpp.

◆ string_t

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

Definition at line 9027 of file json.hpp.

Member Data Documentation

◆ value

template<typename SAX , typename BasicJsonType >
constexpr bool detail::is_sax< SAX, BasicJsonType >::value
static

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