move_proxy Struct Template Reference
[Memory Library]
#include <stlsoft/memory/auto_destructor.hpp>
List of all members.
Detailed Description
template<typename T, typename U>
 struct stlsoft::move_proxy< T, U >
A simple proxy class that supports the movement of pointers between the various destructor classes. 
- See also:
- stlsoft::auto_destructor | stlsoft::return_value_destructor | stlsoft::auto_array_destructor | stlsoft::return_value_array_destructor 
|  | 
| 
 Public Member Functions | 
|  | move_proxy (T *value) | 
| 
 Public Attributes | 
| T * | m_value | 
The documentation for this struct was generated from the following file: