Template Struct match

Inheritance Relationships

Base Type

  • public ctql::Lambda_t

Struct Documentation

template<typename ...Lambda_t>
struct match : public ctql::Lambda_t

Build an overload set from multiple callables (handy for std::visit).

Public Functions

inline constexpr match(Lambda_t... lambda)