MUQ  0.4.3
nlohmann::detail::is_sax< SAX, BasicJsonType > Struct Template Reference

#include <json.h>

Detailed Description

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

Definition at line 7573 of file json.h.

Static Public Attributes

static constexpr bool value
 

Member Typedef Documentation

◆ binary_t

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

Definition at line 7583 of file json.h.

◆ exception_t

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

Definition at line 7584 of file json.h.

◆ number_float_t

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

Definition at line 7581 of file json.h.

◆ number_integer_t

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

Definition at line 7579 of file json.h.

◆ number_unsigned_t

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

Definition at line 7580 of file json.h.

◆ string_t

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

Definition at line 7582 of file json.h.

Member Data Documentation

◆ value


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