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)
 

Macro Definition Documentation

◆ CODEX_FWD

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