Audacity 3.2.0
Static Public Member Functions | List of all members
Track::Dispatcher::Switch< Tag, R, ArgumentType, std::tuple<> > Struct Template Reference

Base case, no more base classes of ArgumentType. More...

#include <Track.h>

Static Public Member Functions

template<typename Function , typename ... Functions>
static auto test () -> inapplicable< Tag, R, ArgumentType, Function, Functions... >
 No BaseClass of ArgumentType is acceptable to Function. More...
 

Detailed Description

template<typename Tag, typename R, typename ArgumentType>
struct Track::Dispatcher::Switch< Tag, R, ArgumentType, std::tuple<> >

Base case, no more base classes of ArgumentType.

Computes a type as the return type of undefined member test()

Definition at line 631 of file Track.h.

Member Function Documentation

◆ test()

template<typename Tag , typename R , typename ArgumentType >
template<typename Function , typename ... Functions>
static auto Track::Dispatcher::Switch< Tag, R, ArgumentType, std::tuple<> >::test ( ) -> inapplicable< Tag, R, ArgumentType, Function, Functions... >
static

No BaseClass of ArgumentType is acceptable to Function.


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