This allocator allows users to create custom allocation schemes by overloading the new_clone(T const& v) and delete_clone(T* p) functions.  
 More...
| Static Public Member Functions | |
| template<typename T > | |
| static T * | allocate_clone (T const &v) | 
| template<typename T > | |
| static void | deallocate_clone (T *p) | 
This allocator allows users to create custom allocation schemes by overloading the new_clone(T const& v) and delete_clone(T* p) functions.