Template Struct case_

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.

Public Types

using type = T

Public Static Attributes

static constexpr auto key = K