![]() |
Audacity 3.2.0
|
No BaseClass of ArgumentType is acceptable to the first function. More...
#include <TypeSwitch.h>
Public Types | |
enum | : unsigned { SetUsed = Next::SetUsed << 1 } |
Constant used in a compile-time check. More... | |
using | Next = typename Wrapped::type |
Public Member Functions | |
R | operator() (ArgumentType &object, const Functions &functions, Args &&... args) const |
Ignore the first, inapplicable function and try others. More... | |
No BaseClass of ArgumentType is acceptable to the first function.
Definition at line 59 of file TypeSwitch.h.
using TypeSwitch::detail::Executor< R, ArgumentTypes, Funs, Args >::Combine< Fs, Wrapped >::Transparent::type::Next = typename Wrapped::type |
Definition at line 60 of file TypeSwitch.h.
anonymous enum : unsigned |
Constant used in a compile-time check.
Enumerator | |
---|---|
SetUsed |
Definition at line 63 of file TypeSwitch.h.
|
inline |
Ignore the first, inapplicable function and try others.
Definition at line 66 of file TypeSwitch.h.
References Tuple::ForwardNext().