![]() |
Audacity 3.2.0
|
#include <TypeSwitch.h>
Public Types | |
enum | : unsigned { SetUsed = 1u } |
Constant used in a compile-time check. More... | |
Public Member Functions | |
R | operator() (BaseClass &object, const Functions &functions, Args &&... args) const |
Ignore the remaining functions and call the first only. More... | |
Generates operator () that calls one function only, shadowing those taking less derived base classes
Definition at line 83 of file TypeSwitch.h.
anonymous enum : unsigned |
Constant used in a compile-time check.
Enumerator | |
---|---|
SetUsed |
Definition at line 85 of file TypeSwitch.h.
|
inline |
Ignore the remaining functions and call the first only.
Definition at line 88 of file TypeSwitch.h.