OnixS C++ Euronext Optiq MDG Handler 1.3.3
API documentation
Loading...
Searching...
No Matches
IntegralConstant< Type, Constant > Struct Template Reference

Public Types

typedef Type Value

Public Member Functions

constexpr operator Value () const noexcept
constexpr Value operator() () const noexcept

Static Public Member Functions

static constexpr Value value () noexcept

Detailed Description

template<typename Type, Type Constant>
struct OnixS::Euronext::MarketData::OptiqMdg::Messaging::IntegralConstant< Type, Constant >

Definition at line 87 of file Integral.h.

Member Typedef Documentation

◆ Value

template<typename Type, Type Constant>
typedef Type Value

Type of the constant.

Definition at line 90 of file Integral.h.

Member Function Documentation

◆ operator Value()

template<typename Type, Type Constant>
operator Value ( ) const
inlineconstexprnoexcept
Returns
value of the constant.

Definition at line 94 of file Integral.h.

◆ operator()()

template<typename Type, Type Constant>
Value operator() ( ) const
inlineconstexprnoexcept
Returns
value of the constant.

Definition at line 101 of file Integral.h.

◆ value()

template<typename Type, Type Constant>
constexpr Value value ( )
inlinestaticconstexprnoexcept
Returns
value of the constant.

Definition at line 108 of file Integral.h.