WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
wpi::memory::is_raw_allocator< T > Struct Template Reference

Traits that check whether a type models concept RawAllocator. More...

#include <wpi/memory/allocator_traits.hpp>

Inheritance diagram for wpi::memory::is_raw_allocator< T >:
wpi::memory::detail::is_raw_allocator< T, decltype(detail::alloc_uses_default_traits(std::declval< T & >()))> wpi::memory::detail::is_composable_allocator< T, decltype(detail::composable_alloc_uses_default_traits(std::declval< T & >()))> wpi::memory::detail::is_block_or_raw_allocator_impl< T, false > wpi::memory::detail::is_composable_allocator< T, DefaultTraits > wpi::memory::is_composable_allocator< T >

Detailed Description

template<typename T>
struct wpi::memory::is_raw_allocator< T >

Traits that check whether a type models concept RawAllocator.


It must either provide the necessary functions for the default traits specialization or has specialized it.


The documentation for this struct was generated from the following file: