Pretty Good Sum Type
1.0.0
|
A metafunction to compute the index I
of a type T
in a sequence Ts
More...
#include <sum_type.hpp>
Static Public Attributes | |
static constexpr auto const | value |
The index of T in Ts... More... | |
A metafunction to compute the index I
of a type T
in a sequence Ts
T | The type for which we desire its index in Ts |
Ts | A parameter pack containing T |
|
static |
The index of T
in Ts...