An accessor which returns a constant value independent of the object passed. More...
#include <accessors.hpp>
Public Types | |
typedef ConstantType | value_type |
Public Member Functions | |
constant_accessor (ConstantType const &c) | |
template<typename T > | |
value_type | operator() (T const &) const |
An accessor which returns a constant value independent of the object passed.
Definition at line 90 of file accessors.hpp.
typedef ConstantType viennashe::constant_accessor< ConstantType >::value_type |
Definition at line 93 of file accessors.hpp.
|
inline |
Definition at line 95 of file accessors.hpp.
|
inline |
Definition at line 98 of file accessors.hpp.