|
memory
|
A std::unique_ptr that deletes using a RawAllocator and allows polymorphic types.
It can only be created by converting a regular unique pointer to a pointer to a derived class, and is meant to be used inside containers. It is an alias template using allocator_polymorphic_deleter as Deleter class.
Member Functions | |
| T * | operator-> () |
| STL member. | |
|
inherited |
STL member.
1.13.2