ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nlohmann::detail::is_sax_static_asserts< SAX, BasicJsonType > Struct Template Reference

#include <acts/blob/master/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>

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 exception_t = typename BasicJsonType::exception
 

Detailed Description

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

Definition at line 5109 of file json.hpp.

View newest version in sPHENIX GitHub at line 5109 of file json.hpp

Member Typedef Documentation

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

Definition at line 5119 of file json.hpp.

View newest version in sPHENIX GitHub at line 5119 of file json.hpp

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

View newest version in sPHENIX GitHub at line 5117 of file json.hpp

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

View newest version in sPHENIX GitHub at line 5115 of file json.hpp

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

View newest version in sPHENIX GitHub at line 5116 of file json.hpp

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

Definition at line 5118 of file json.hpp.

View newest version in sPHENIX GitHub at line 5118 of file json.hpp


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