|
dot-xx
A personal collection of small C++ modules
|
Metaprogramming stuff. More...
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. | |
Metaprogramming stuff.