template<class AllocatorType>
CoreDeleterAdapter class
EASTLICoreDeleter.
Implements a functor which can free memory from the specified ICoreAllocator interface. This is a convenience object provided for users who wish to have EASTL containers deallocate memory obtained from ICoreAllocator interfaces.
Constructors, destructors, conversion operators
-
CoreDeleterAdapter(AllocatorType* pAllocator = EASTL_
CORE_ ALLOCATOR_ ADAPTER_ GET_ DEFAULT_ CORE_ ALLOCATOR()) EA_NOEXCEPT - ~CoreDeleterAdapter() EA_NOEXCEPT
- CoreDeleterAdapter(const CoreDeleterAdapter& in)
Public functions
- auto operator()(T* p) -> void