![]() |
Audacity 3.2.0
|
#include <TypeSwitch.h>
Public Types | |
enum | : unsigned { SetUsed = 0 } |
Constant used in a compile-time check. More... | |
using | Functions = FunctionTuple< Nil > |
Public Member Functions | |
R | operator() (ArgumentType &, const Functions &, Args &&...) const |
No functions matched, so do nothing. More... | |
Definition at line 40 of file TypeSwitch.h.
using TypeSwitch::detail::Executor< R, ArgumentTypes, Funs, Args >::NoOp::type::Functions = FunctionTuple<Nil> |
Definition at line 41 of file TypeSwitch.h.
anonymous enum : unsigned |
Constant used in a compile-time check.
Enumerator | |
---|---|
SetUsed |
Definition at line 44 of file TypeSwitch.h.
|
inline |
No functions matched, so do nothing.
Definition at line 46 of file TypeSwitch.h.