codex
|
#include <cstddef>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | codex |
namespace | codex::refl |
Macros | |
#define | CODEX_FWD(x) std::forward<decltype(x)>(x) |
Typedefs | |
template<std::size_t I> | |
using | codex::refl::index_constant = std::integral_constant<std::size_t, I> |
Alias for an integral_constant of size_t . | |