s11n::const_object_reference_wrapper< T > Struct Template Reference
const_object_reference_wrapper is identical in usage to object_reference_wrapper, except that it deals with const objects.
More...
#include <algo.hpp>
List of all members.
Detailed Description
template<typename T>
struct s11n::const_object_reference_wrapper< T >
const_object_reference_wrapper is identical in usage to object_reference_wrapper, except that it deals with const objects.
It is a separate functor to avoid ambiguity and some impossible overloads.
Definition at line 277 of file algo.hpp.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
Returns this object's wrapped object.
Definition at line 294 of file algo.hpp.
Sets this object's proxied obj to t and returns t.
Definition at line 286 of file algo.hpp.
The documentation for this struct was generated from the following file: