Audacity 3.2.0
|
Destructure any tuple-like type into a TypeList. More...
#include <TypeList.h>
Classes | |
struct | Impl |
struct | Impl< std::index_sequence< Is... > > |
Public Types | |
using | type = typename Impl< std::make_index_sequence< size > >::type |
Private Types | |
enum | : size_t { size = std::tuple_size_v<TupleLike> } |
Destructure any tuple-like type into a TypeList.
Definition at line 240 of file TypeList.h.
using TypeList::Bind< TupleLike >::type = typename Impl<std::make_index_sequence<size> >::type |
Definition at line 248 of file TypeList.h.
|
private |