OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler 1.12.1
API Documentation
Loading...
Searching...
No Matches
IntegralConstant< Type, Constant > Struct Template Reference

Public Types

typedef Type Value

Public Member Functions

 operator Value () const throw ()
Value operator() () const throw ()

Static Public Member Functions

static const Value value () throw ()

Detailed Description

template<typename Type, Type Constant>
struct OnixS::CboeCFE::Trading::BOE::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>
operator Value ( ) const
throw ( )
inline

Returns value of the constant.

Definition at line 98 of file Integral.h.

◆ operator()()

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

Returns value of the constant.

Definition at line 105 of file Integral.h.

◆ value()

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

Returns value of the constant.

Definition at line 112 of file Integral.h.