WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
wpi::memory::multimap_scoped_alloc< Key, Value, RawAllocator > Class Template Reference

Same as above but uses std::scoped_allocator_adaptor so the allocator is inherited by all nested containers. More...

#include <wpi/memory/container.hpp>

Inheritance diagram for wpi::memory::multimap_scoped_alloc< Key, Value, RawAllocator >:

Detailed Description

template<typename Key, typename Value, class RawAllocator>
class wpi::memory::multimap_scoped_alloc< Key, Value, RawAllocator >

Same as above but uses std::scoped_allocator_adaptor so the allocator is inherited by all nested containers.


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