#include <functional.hpp>
Inheritance diagram for s11n::value_f< T >:
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 |
For use in template metaprogramming.
Added in 1.1.3.
Definition at line 256 of file functional.hpp.
|
Definition at line 258 of file functional.hpp. |
|
Definition at line 260 of file functional.hpp. |
|
Returns a copy of this->value.
Definition at line 264 of file functional.hpp. References s11n::value_f< T >::value. |
|
Returns a copy of this->value.
Definition at line 270 of file functional.hpp. References 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()(). |