Returns pointer_f<T>(v). More...
#include <functional.hpp>
Public Types | |
typedef T | type |
Public Member Functions | |
value_f (type const &_ref) | |
operator T () const | |
Returns a copy of this->value. | |
type | operator() () const |
Returns a copy of this->value. | |
Public Attributes | |
type | value |
Returns pointer_f<T>(v).
Holds a value. For use in template metaprogramming.
Added in 1.1.3.
Definition at line 256 of file functional.hpp.
typedef T s11n::value_f< T >::type |
Definition at line 258 of file functional.hpp.
s11n::value_f< T >::value_f | ( | type const & | _ref | ) | [inline] |
Definition at line 260 of file functional.hpp.
s11n::value_f< T >::operator T | ( | ) | const [inline] |
Returns a copy of this->value.
Definition at line 264 of file functional.hpp.
References s11n::value_f< T >::value.
type s11n::value_f< T >::operator() | ( | ) | const [inline] |
Returns a copy of this->value.
Definition at line 270 of file functional.hpp.
References s11n::value_f< T >::value.
type s11n::value_f< T >::value |
Definition at line 259 of file functional.hpp.
Referenced by s11n::value_f< T >::operator T(), and s11n::value_f< T >::operator()().