codex
Loading...
Searching...
No Matches
utils.hpp File Reference
#include <cstddef>
#include <type_traits>
#include <utility>
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Macro Definition Documentation

◆ CODEX_FWD

#define CODEX_FWD ( x)    std::forward<decltype(x)>(x)