tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Typedefs | |
template<etl::size_t... Ints> | |
using | index_sequence = etl::integer_sequence<etl::size_t, Ints...> |
template<typename... T> | |
using | index_sequence_for = etl::make_index_sequence<sizeof...(T)> |
template<etl::size_t Size> | |
using | make_index_sequence = etl::make_integer_sequence<etl::size_t, Size> |