Checks if a type _T_ belongs to a type list _Ts_.
More...
#include "utility.hpp"
Checks if a type _T_ belongs to a type list _Ts_.
Provides the constexpr value that is equal to the index of the given type _T_ in the type list _Ts_ starting from 1 up to sizeof...(_Ts_) or 0 otherwise.
Definition at line 92 of file utility.hpp.