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).
Static Public Attributes | List of all members
detail::is_getable< BasicJsonType, T > Struct Template Reference

#include <json.hpp>

Static Public Attributes

static constexpr bool value = is_detected<get_template_function, const BasicJsonType&, T>::value
 

Member Data Documentation

◆ value

template<typename BasicJsonType , typename T >
constexpr bool detail::is_getable< BasicJsonType, T >::value = is_detected<get_template_function, const BasicJsonType&, T>::value
staticconstexpr

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