JPL Spatial
Sound spatialization and propagation library
Loading...
Searching...
No Matches
JPL::AllocatorDeleter< T, AllocatorType > Member List

This is the complete list of members for JPL::AllocatorDeleter< T, AllocatorType >, including all inherited members.

AForT typedefJPL::AllocatorDeleter< T, AllocatorType >
AllocatorDeleter() noexcept(std::is_nothrow_default_constructible_v< AForT >)=defaultJPL::AllocatorDeleter< T, AllocatorType >
AllocatorDeleter(const AllocatorType &allocator) noexcept(std::is_nothrow_constructible_v< AForT, const AllocatorType & >)JPL::AllocatorDeleter< T, AllocatorType >inlineexplicit
AllocatorDeleter(const AForT &allcoator) noexcept(std::is_nothrow_copy_constructible_v< AForT >)JPL::AllocatorDeleter< T, AllocatorType >inlineexplicit
operator()(T *ptr) noexceptJPL::AllocatorDeleter< T, AllocatorType >inline
Traits typedefJPL::AllocatorDeleter< T, AllocatorType >