WPILibC++ 2025.1.1
|
Controls the propagation of a std_allocator for a certain RawAllocator. More...
#include <wpi/memory/std_allocator.hpp>
Public Types | |
using | propagate_on_container_swap |
using | propagate_on_container_move_assignment |
using | propagate_on_container_copy_assignment |
Static Public Member Functions | |
template<class AllocReference > | |
static AllocReference | select_on_container_copy_construction (const AllocReference &alloc) |
Controls the propagation of a std_allocator for a certain RawAllocator.
using wpi::memory::propagation_traits< RawAllocator >::propagate_on_container_copy_assignment |
using wpi::memory::propagation_traits< RawAllocator >::propagate_on_container_move_assignment |
using wpi::memory::propagation_traits< RawAllocator >::propagate_on_container_swap |
|
inlinestatic |