->
.
More...
#include <algo.hpp>
Public Types | |
typedef T * | value_type |
typedef T | base_value_type |
Public Member Functions | |
object_reference_wrapper (value_type &obj) | |
base_value_type & | operator() (value_type &t) |
Sets this object's proxied object to t and Returns t. | |
base_value_type & | operator() () const |
Returns this object's wrapped object. |
->
.
Definition at line 250 of file algo.hpp.
|
|
|
|
|
|
|
Returns this object's wrapped object.
|
|
Sets this object's proxied object to t and Returns t.
|