Holds a const reference to an object. More...
#include <functional.hpp>
Public Types | |
typedef reference_base_f< T const >::type | type |
Public Member Functions | |
reference_f (type &_ref) |
Holds a const reference to an object.
For use in template metaprogramming.
Added in 1.1.3.
Definition at line 77 of file functional.hpp.
typedef reference_base_f<T const>::type s11n::reference_f< T const >::type |
Reimplemented from s11n::reference_base_f< T const >.
Definition at line 79 of file functional.hpp.
s11n::reference_f< T const >::reference_f | ( | type & | _ref | ) | [inline, explicit] |
Definition at line 80 of file functional.hpp.