libER
0.1.4.2
ELDEN RING API library
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Related Symbols
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Friends
Macros
Pages
Loading...
Searching...
No Matches
include
memory
from_set.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 <
memory/from_allocator.hpp
>
15
#include <set>
16
17
namespace
from {
22
template
<
typename
T,
typename
Pred = std::less<T>>
23
using
set
= std::set<T, Pred, from::allocator<T>>;
24
}
// namespace from
from_allocator.hpp
ELDEN RING allocation interface and from::allocator.
from::set
std::set< T, Pred, from::allocator< T > > set
std::set with from::allocator.
Definition
from_set.hpp:23
Generated by
1.9.8