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

Alias template for an STL container that uses a certain RawAllocator. More...

#include <wpi/memory/container.hpp>

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

Detailed Description

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

Alias template for an STL container that uses a certain RawAllocator.

It is just a shorthand for a passing in the RawAllocator wrapped in a wpi::memory::std_allocator.


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