Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
nlohmann::detail::is_sax< SAX, BasicJsonType > Struct Template Reference

#include <json.hpp>

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

Detailed Description

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

Definition at line 4030 of file json.hpp.

Member Typedef Documentation

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

Definition at line 4040 of file json.hpp.

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

Definition at line 4038 of file json.hpp.

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

Definition at line 4036 of file json.hpp.

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

Definition at line 4037 of file json.hpp.

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

Definition at line 4039 of file json.hpp.

Member Data Documentation


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