dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
meta.xx File Reference
module dxx.utils

Metaprogramming stuff. More...

import std;
import dxx.utils:traits;

Namespaces

namespace  dxx::utils
 The main namespace of the dxx::utils module.

Variables

template<typename T, typename... Ts>
constexpr std::optional< std::size_t > dxx::utils::find_type_in = FindTypeIn<0, T, Ts...>::value
 Find the type T in the list of types Ts, return its index if present, otherwise is std::nullopt.

Detailed Description

Metaprogramming stuff.