di 0.1.0
|
#include <di/meta/list.h>
Public Types | |
using | Front = T |
using | Back = T |
template<usize index> | |
using | At = detail::AtHelper<index, T>::Type |
Static Public Attributes | |
static constexpr usize | size = 1 |
template<typename U> | |
static constexpr auto | Lookup = detail::LookupHelper<U, T>::value |
template<typename U> | |
static constexpr bool | UniqueType = concepts::SameAs<T, U> |
using di::meta::List< T >::At = detail::AtHelper<index, T>::Type |
using di::meta::List< T >::Back = T |
using di::meta::List< T >::Front = T |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |