uTL
micro Template library
|
#include <typelist.h>
Classes | |
struct | cat_ |
struct | cat_< typelist< L1... >, typelist< L2... > > |
struct | times_ |
struct | times_< 0, T... > |
struct | times_< 1, T... > |
Public Types | |
using | type = typelist |
act as identity More... | |
template<size_t N> | |
using | times = eval< times_< N, Ts... > > |
Static Public Member Functions | |
static constexpr size_t | size () noexcept |
static constexpr bool | empty () noexcept |
Definition at line 65 of file typelist.h.
using utl::meta::typelist< Ts >::times = eval< times_<N, Ts...> > |
Definition at line 117 of file typelist.h.
using utl::meta::typelist< Ts >::type = typelist |
act as identity
Definition at line 66 of file typelist.h.
|
inlinestaticnoexcept |
Definition at line 73 of file typelist.h.
|
inlinestaticnoexcept |
Definition at line 69 of file typelist.h.