#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() (const value_type &t) |
| Sets this object's proxied obj to t and returns t. | |
| const base_value_type & | operator() () const |
| Returns this object's wrapped object. | |
It is a separate functor to avoid ambiguity and some impossible overloads.
Definition at line 277 of file algo.hpp.
|
|||||
|
|
|
|||||
|
|
|
||||||||||
|
|
|
|||||||||
|
Returns this object's wrapped object.
|
|
||||||||||
|
Sets this object's proxied obj to t and returns t.
|
1.4.4