STK++ 0.9.13
|
visitor putting a constant value More...
#include <STK_Appliers.h>
Public Types | |
typedef RemoveConst< Type >::Type | TypeConst |
Public Member Functions | |
ValueApplier (Type const &value) | |
TypeConst | operator() () |
Public Attributes | |
Type | value_ |
visitor putting a constant value
Definition at line 85 of file STK_Appliers.h.
typedef RemoveConst<Type>::Type STK::hidden::ValueApplier< Type >::TypeConst |
Definition at line 87 of file STK_Appliers.h.
|
inline |
Definition at line 89 of file STK_Appliers.h.
|
inline |
Type STK::hidden::ValueApplier< Type >::value_ |
Definition at line 88 of file STK_Appliers.h.
Referenced by STK::hidden::ValueApplier< Type >::operator()().