|
JPL Spatial
Sound spatialization and propagation library
|
This is the complete list of members for JPL::AllocatorDeleter< T, AllocatorType >, including all inherited members.
| AForT typedef | JPL::AllocatorDeleter< T, AllocatorType > | |
| AllocatorDeleter() noexcept(std::is_nothrow_default_constructible_v< AForT >)=default | JPL::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) noexcept | JPL::AllocatorDeleter< T, AllocatorType > | inline |
| Traits typedef | JPL::AllocatorDeleter< T, AllocatorType > |