codex
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
x
y
z
Functions
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
w
x
z
Variables
_
a
b
c
f
g
l
m
n
r
s
t
v
y
Typedefs
Enumerations
Concepts
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
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Files
File List
File 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
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
h
i
j
m
n
o
p
r
s
t
u
v
Typedefs
Enumerations
Enumerator
b
c
e
k
m
n
p
q
r
s
w
Macros
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Concepts
Loading...
Searching...
No Matches
utils.hpp
Go to the documentation of this file.
1
#ifndef CODEX_REFLECTION_UTILS_HPP
2
#define CODEX_REFLECTION_UTILS_HPP
3
4
#include <cstddef>
5
#include <type_traits>
6
#include <utility>
7
8
#define CODEX_FWD(x) std::forward<decltype(x)>(x)
9
10
namespace
codex::refl
{
11
13
template
<std::
size_t
I>
14
using
index_constant
= std::integral_constant<std::size_t, I>;
15
16
}
17
18
#endif
codex::refl
Definition
fields.hpp:8
codex::refl::index_constant
std::integral_constant< std::size_t, I > index_constant
Alias for an integral_constant of size_t.
Definition
utils.hpp:14
reflection
utils.hpp
Generated by
1.11.0