OnixS C++ FMX UST BIMP Market Data Handler 1.2.0
API documentation
Loading...
Searching...
No Matches
IntegralConstant< Type, Constant > Struct Template Reference

Public Types

typedef Type Value

Public Member Functions

ONIXS_FMXUST_BIMP_EXPLICIT operator Value () const
Value operator() () const

Static Public Member Functions

static const Value value ()

Detailed Description

template<typename Type, Type Constant>
struct OnixS::FmxUST::MarketData::Bimp::IntegralConstant< Type, Constant >

Definition at line 91 of file Integral.h.

Member Typedef Documentation

◆ Value

template<typename Type, Type Constant>
typedef Type Value

Type of the constant.

Definition at line 94 of file Integral.h.

Member Function Documentation

◆ operator Value()

template<typename Type, Type Constant>
ONIXS_FMXUST_BIMP_EXPLICIT operator Value ( ) const
inline

Returns value of the constant.

Definition at line 98 of file Integral.h.

◆ operator()()

template<typename Type, Type Constant>
Value operator() ( ) const
inline

Returns value of the constant.

Definition at line 104 of file Integral.h.

◆ value()

template<typename Type, Type Constant>
const Value value ( )
inlinestatic

Returns value of the constant.

Definition at line 110 of file Integral.h.