WPILibC++ 2025.1.1
|
Typedefs | |
using | wpi::memory::any_reference_storage = reference_storage<any_allocator> |
An alias for the reference_storage specialization using type-erasure. | |
using | wpi::memory::any_allocator_reference = allocator_storage<any_reference_storage, no_mutex> |
An alias for allocator_storage using the any_reference_storage. | |
An alias for allocator_storage using the any_reference_storage.
It will store a reference to any RawAllocator. This is the same as passing the tag type any_allocator to the alias allocator_reference. Wrap the allocator in a thread_safe_allocator if you want thread safety.
An alias for the reference_storage specialization using type-erasure.