Audacity 3.2.0
|
#include <Composite.h>
Static Public Attributes | |
static constexpr auto | ItemBuilder = std::move<typename Base::value_type> |
template<typename T > | |
static constexpr auto | enables_item_type_v = true |
You may specialize this template, defining ItemBuilder that converts other types to Base::value_type
A trait lets the Builder and Extension templates have parameter packs for other purposes. enables_item_type_v may be redefined to return false for certain types, which removes the overload resolution candidate for push_back taking those types.
Definition at line 79 of file Composite.h.
|
staticconstexpr |
Definition at line 81 of file Composite.h.
|
staticconstexpr |
Definition at line 80 of file Composite.h.