Skip to content

Function typeindex

function typeindex() meta

template <typename T1, typename T2 = void, typename... Ts>
constexpr size_t typeindex() noexcept { … }

Returns the zero-based index of type

T1 within the list T2, Ts...

Fully qualified name: kfr::typeindex()

Declared at meta.hpp:49

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.