libER
0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
include
memory
from_map.hpp
Go to the documentation of this file.
1
8
#pragma once
9
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.
12
#endif
13
14
#include <map>
15
#include <
memory/from_allocator.hpp
>
16
17
namespace
from {
22
template
<
typename
K,
typename
V,
typename
Pred = std::less<K>>
23
using
map
=
24
std::map<K, V, Pred, from::allocator<std::pair<const K, V>>>;
25
}
// namespace from
from_allocator.hpp
ELDEN RING allocation interface and from::allocator.
from::map
std::map< K, V, Pred, from::allocator< std::pair< const K, V > > > map
std::map with from::allocator.
Definition
from_map.hpp:24
Generated by
1.9.8