tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
array.hpp File Reference

Go to the source code of this file.

Classes

struct  array< Type, Size >
 A container that encapsulates fixed size arrays. More...
 
struct  tuple_element< I, array< T, N > >
 
struct  tuple_size< array< T, N > >
 Provides access to the number of elements in an array as a compile-time constant expression. More...
 

Namespaces

namespace  etl
 

Variables

template<typename T>
constexpr auto is_etl_array = false
 
template<typename T, size_t Size>
constexpr auto is_etl_array< array< T, Size > > = true