Orderbook Simulation
OrderbookSim is a C++ application simulating a financial market order book. It efficiently manages and matches buy and sell orders while calculating the Volume-Weighted Average Price (VWAP).
Public Types | Static Public Member Functions | List of all members
detail::char_traits< signed char > Struct Reference

#include <json.hpp>

Inheritance diagram for detail::char_traits< signed char >:

Public Types

using char_type = signed char
 
using int_type = uint64_t
 

Static Public Member Functions

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

Member Typedef Documentation

◆ char_type

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

◆ int_type

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

Member Function Documentation

◆ eof()

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

◆ to_char_type()

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

◆ to_int_type()

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

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