s11n::const_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::const_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 305 of file algo.hpp.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
Returns this object's wrapped object.
It does not check for validity.
Definition at line 318 of file algo.hpp.
The documentation for this struct was generated from the following file: