flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3::detail::char_traits< unsigned char > Struct Reference

#include <json.hpp>

Inheritance diagram for nlohmann::json_abi_v3_11_3::detail::char_traits< unsigned char >:
Inheritance graph
Collaboration diagram for nlohmann::json_abi_v3_11_3::detail::char_traits< unsigned char >:
Collaboration graph

Public Types

using char_type = unsigned char
 
using int_type = uint64_t
 

Static Public Member Functions

static constexpr int_type eof () noexcept
 
static char_type to_char_type (int_type i) noexcept
 
static int_type to_int_type (char_type c) noexcept
 

Detailed Description

Definition at line 3609 of file json.hpp.

Member Typedef Documentation

◆ char_type

using nlohmann::json_abi_v3_11_3::detail::char_traits< unsigned char >::char_type = unsigned char

Definition at line 3611 of file json.hpp.

◆ int_type

using nlohmann::json_abi_v3_11_3::detail::char_traits< unsigned char >::int_type = uint64_t

Definition at line 3612 of file json.hpp.

Member Function Documentation

◆ eof()

static constexpr int_type nlohmann::json_abi_v3_11_3::detail::char_traits< unsigned char >::eof ( )
inlinestaticconstexprnoexcept

Definition at line 3625 of file json.hpp.

◆ to_char_type()

static char_type nlohmann::json_abi_v3_11_3::detail::char_traits< unsigned char >::to_char_type ( int_type  i)
inlinestaticnoexcept

Definition at line 3620 of file json.hpp.

◆ to_int_type()

static int_type nlohmann::json_abi_v3_11_3::detail::char_traits< unsigned char >::to_int_type ( char_type  c)
inlinestaticnoexcept

Definition at line 3615 of file json.hpp.


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