Audacity 3.2.0
Public Types | List of all members
Callable::detail::InvocableBase< M C::* > Struct Template Reference

partial specialization for pointers to members More...

#include <Callable.h>

Public Types

using type = MemberInvoker< M, C >
 

Detailed Description

template<typename M, typename C>
struct Callable::detail::InvocableBase< M C::* >

partial specialization for pointers to members

Definition at line 64 of file Callable.h.

Member Typedef Documentation

◆ type

template<typename M , typename C >
using Callable::detail::InvocableBase< M C::* >::type = MemberInvoker<M, C>

Definition at line 65 of file Callable.h.


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