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 | Public Member Functions | List of all members
detail::wide_string_input_adapter< BaseInputAdapter, WideCharType > Class Template Reference

#include <json.hpp>

Public Types

using char_type = char
 

Public Member Functions

 wide_string_input_adapter (BaseInputAdapter base)
 
std::char_traits< char >::int_type get_character () noexcept
 

Member Typedef Documentation

◆ char_type

template<typename BaseInputAdapter , typename WideCharType >
using detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >::char_type = char

Constructor & Destructor Documentation

◆ wide_string_input_adapter()

template<typename BaseInputAdapter , typename WideCharType >
detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >::wide_string_input_adapter ( BaseInputAdapter  base)
inline

Member Function Documentation

◆ get_character()

template<typename BaseInputAdapter , typename WideCharType >
std::char_traits<char>::int_type detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >::get_character ( )
inlinenoexcept

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