10#if defined(_ITERATOR_DEBUG_LEVEL) && _ITERATOR_DEBUG_LEVEL > 0
11#error "_ITERATOR_DEBUG_LEVEL" must be defined as "0" for STL containers to be compatible with the ELDEN RING ABI.
15#include <unordered_map>
22template <
typename K,
typename V,
typename Hash = std::hash<K>,
23 typename Eq = std::equal_to<K>,
24 typename AllocatorTag = from::default_allocator_tag>
The main libER stand-in for ER allocator proxies.
Definition from_allocator.hpp:310
ELDEN RING allocation interface and from::allocator.
std::unordered_map< K, V, Hash, Eq, from::allocator< std::pair< const K, V >, AllocatorTag > > unordered_map
std::unordered_map with from::allocator.
Definition from_unordered_map.hpp:26