s11n::object_reference_wrapper< T * > Struct Template Reference
A specialization to wrap pointers to (T *) such that they can be accessed, via this wrapper, using a dot instead of ->
.
More...
#include <algo.hpp>
List of all members.
Detailed Description
template<typename T>
struct s11n::object_reference_wrapper< T * >
A specialization to wrap pointers to (T *) such that they can be accessed, via this wrapper, using a dot instead of ->
.
Definition at line 250 of file algo.hpp.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
Returns this object's wrapped object.
Definition at line 264 of file algo.hpp.
Sets this object's proxied object to t and Returns t.
Definition at line 257 of file algo.hpp.
The documentation for this struct was generated from the following file: