![]() |
Audacity 3.2.0
|
#include <Callable.h>
Public Types | |
using | type = R(Args...) |
Public Member Functions | |
R | operator() (Args... args) const |
Public Attributes | |
type *const | f |
Definition at line 28 of file Callable.h.
using Callable::detail::FunctionInvoker< R(Args...)>::type = R(Args...) |
Definition at line 29 of file Callable.h.
|
inline |
Definition at line 31 of file Callable.h.
type* const Callable::detail::FunctionInvoker< R(Args...)>::f |
Definition at line 30 of file Callable.h.