EnTT
3.15.0
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
Functions
a
b
c
d
f
h
i
m
n
o
p
r
s
t
u
Variables
Typedefs
a
c
d
f
g
h
i
m
n
o
p
r
s
t
u
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
~
Variables
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
Loading...
Searching...
No Matches
src
entt
config
macro.h
1
#ifndef ENTT_CONFIG_MACRO_H
2
#define ENTT_CONFIG_MACRO_H
3
4
// NOLINTBEGIN(cppcoreguidelines-macro-usage)
5
6
#define ENTT_STR(arg) #arg
7
#define ENTT_XSTR(arg) ENTT_STR(arg)
8
9
// NOLINTEND(cppcoreguidelines-macro-usage)
10
11
#endif
Generated by
1.13.2