A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
detail::char_traits< unsigned char > Struct Reference

#include "json.h"

+ Inheritance diagram for detail::char_traits< unsigned char >:
+ Collaboration diagram for detail::char_traits< unsigned char >:

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 3743 of file json.h.

Member Typedef Documentation

◆ char_type

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

Definition at line 3745 of file json.h.

◆ int_type

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

Definition at line 3746 of file json.h.

Member Function Documentation

◆ eof()

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

Definition at line 3759 of file json.h.

◆ to_char_type()

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

Definition at line 3754 of file json.h.

◆ to_int_type()

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

Definition at line 3749 of file json.h.


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