#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 254 of file functional.hpp.
|
|||||
|
Definition at line 256 of file functional.hpp. |
|
||||||||||
|
Definition at line 258 of file functional.hpp. |
|
|||||||||
|
Returns a copy of this->value.
Definition at line 262 of file functional.hpp. References s11n::value_f< T >::value. |
|
|||||||||
|
Returns a copy of this->value.
Definition at line 268 of file functional.hpp. References s11n::value_f< T >::value. |
|
|||||
|
Definition at line 257 of file functional.hpp. Referenced by s11n::value_f< T >::operator T(), and s11n::value_f< T >::operator()(). |
1.4.4