struct type_switch<MatchingKey, <...>>
Declaration
template <typename MatchingKey, typename Value, typename... KVs>
struct type_switch<MatchingKey, <...>> { /* full declaration omitted */ };
Template Parameters
- MatchingKey
- Value
- KVs
Member Aliases
- using type = Value;