#include "cetl/pmr/interface_ptr.hpp"
template<typename Interface>
class cetl::pmr::PmrInterfaceDeleter< Interface >
RAII helper for cetl::pf17::pmr::polymorphic_allocator and std::pmr::polymorphic_allocator.
Use with cetl::pmr::InterfaceFactory for the best and safest experience. Remember, be safe, use the cetl::pmr::InterfaceFactory.
- Note
- See cetl::pmr::InterfaceFactory for an example of how to use this type.
- Template Parameters
-
Interface | The interface type of the polymorphic allocator to use for deallocation. |
◆ PmrInterfaceDeleter() [1/2]
template<typename Interface>
Constructs empty no-operation deleter.
Useful for initially empty InterfacePtr
instance without deleter attached.
◆ PmrInterfaceDeleter() [2/2]
template<typename Interface>
template<typename PmrAllocator>
Constructs a Concrete type-erased deleter for the given interface type.
- Template Parameters
-
PmrAllocator | The type of the polymorphic allocator to use for deallocation. |
◆ operator()()
template<typename Interface>
Functor called by smart-pointer to deallocate and deconstruct objects.
- Parameters
-
ptr | The object to deconstruct and deallocate. |
References CETL_DEBUG_ASSERT.
The documentation for this class was generated from the following file:
- /__w/CETL/CETL/include/cetl/pmr/interface_ptr.hpp