Audacity 3.2.0
|
Classes | |
struct | FunctionInvoker |
struct | FunctionInvoker< R(Args...)> |
struct | InvocableBase |
Capture any invocable as a class, using std::function only when needed. More... | |
struct | InvocableBase< M C::* > |
partial specialization for pointers to members More... | |
struct | MemberInvoker |
Capture pointer to member. More... | |
struct | OverloadSetBase |
Typedefs | |
template<typename Invocable > | |
using | InvocableBase_t = typename InvocableBase< Invocable >::type |
using Callable::detail::InvocableBase_t = typedef typename InvocableBase<Invocable>::type |
Definition at line 61 of file Callable.h.