Audacity 3.2.0
|
Functions and classes that generate callable objects. More...
#include <functional>
#include <memory>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | Callable |
namespace | Callable::detail |
Typedefs | |
template<typename Invocable > | |
using | Callable::detail::InvocableBase_t = typename InvocableBase< Invocable >::type |
Functions | |
template<typename... Is> | |
Callable::OverloadSet (Is &&... invocables) -> OverloadSet< Is &&... > | |
template<typename T , typename... FixedArgs> | |
constexpr auto | Callable::UniqueMaker () |
Generate variadic factory functions. More... | |
Functions and classes that generate callable objects.
Audacity: A Digital Audio Editor
Paul Licameli
Definition in file Callable.h.