Template Struct case_
Defined in File match.hpp
Struct Documentation
-
template<auto K, class T>
struct case_ A single match alternative.
- Template Parameters:
K – Compile-time key for this case (auto NTTP).
T – Type produced when
Key == K
.
Defined in File match.hpp
A single match alternative.
K – Compile-time key for this case (auto NTTP).
T – Type produced when Key == K
.