->
.
More...
#include <algo.hpp>
Public Types | |
typedef T * | value_type |
typedef T | base_value_type |
Public Member Functions | |
const_object_reference_wrapper (const value_type &obj) | |
const base_value_type & | operator() (value_type &t) |
Returns (*t). | |
const base_value_type & | operator() () const |
Returns this object's wrapped object. |
->
.
Definition at line 305 of file algo.hpp.
|
|
|
|
|
|
|
Returns this object's wrapped object. It does not check for validity. |
|
Returns (*t).
|