WPILibC++ 2025.1.1
|
This is the complete list of members for wpi::memory::allocator_deleter< Type, RawAllocator >, including all inherited members.
allocator_deleter() noexcept=default | wpi::memory::allocator_deleter< Type, RawAllocator > | |
allocator_deleter(allocator_reference< RawAllocator > alloc) noexcept | wpi::memory::allocator_deleter< Type, RawAllocator > | inline |
allocator_type typedef | wpi::memory::allocator_deleter< Type, RawAllocator > | |
get_allocator() const noexcept -> decltype(std::declval< allocator_reference< allocator_type > >().get_allocator()) | wpi::memory::allocator_deleter< Type, RawAllocator > | inline |
operator()(value_type *pointer) noexcept | wpi::memory::allocator_deleter< Type, RawAllocator > | inline |
value_type typedef | wpi::memory::allocator_deleter< Type, RawAllocator > |