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