Audacity 3.2.0
Public Member Functions | List of all members
TypeSwitch::detail::UsedCases< Executors > Struct Template Reference

#include <TypeSwitch.h>

Public Member Functions

constexpr auto operator() ()
 

Detailed Description

template<typename ... Executors>
struct TypeSwitch::detail::UsedCases< Executors >

Definition at line 205 of file TypeSwitch.h.

Member Function Documentation

◆ operator()()

template<typename ... Executors>
constexpr auto TypeSwitch::detail::UsedCases< Executors >::operator() ( )
inlineconstexpr

Definition at line 206 of file TypeSwitch.h.

206 {
207 return std::integral_constant<unsigned, (Executors::SetUsed | ...)>{};
208 };

The documentation for this struct was generated from the following file: