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::integer_sequence< T, Ints > Struct Template Reference

#include <json.hpp>

Public Types

using value_type = T
 

Static Public Member Functions

static constexpr std::size_t size () noexcept
 

Member Typedef Documentation

◆ value_type

template<typename T , T... Ints>
using detail::integer_sequence< T, Ints >::value_type = T

Member Function Documentation

◆ size()

template<typename T , T... Ints>
static constexpr std::size_t detail::integer_sequence< T, Ints >::size ( )
inlinestaticconstexprnoexcept

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