Embedded Template Library 1.0
Loading...
Searching...
No Matches
array.h File Reference
#include "platform.h"
#include "algorithm.h"
#include "iterator.h"
#include "functional.h"
#include "exception.h"
#include "type_traits.h"
#include "parameter_type.h"
#include "static_assert.h"
#include "error_handler.h"
#include "nth_type.h"
#include "initializer_list.h"
#include <stddef.h>

Go to the source code of this file.

Classes

class  etl::array_exception
 
class  etl::array_out_of_range
 
class  etl::array< T, SIZE_ >
 

Namespaces

namespace  etl
 bitset_ext
 

Functions

template<typename T , const size_t SIZE>
void etl::swap (etl::array< T, SIZE > &lhs, etl::array< T, SIZE > &rhs)
 Template deduction guides.
 
template<typename T , size_t SIZE>
bool etl::operator== (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs)
 
template<typename T , size_t SIZE>
bool etl::operator!= (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs)
 
template<typename T , size_t SIZE>
bool etl::operator< (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs)
 
template<typename T , size_t SIZE>
bool etl::operator<= (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs)
 
template<typename T , size_t SIZE>
bool etl::operator> (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs)
 
template<typename T , size_t SIZE>
bool etl::operator>= (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs)
 
template<size_t I, typename T , size_t MAXN>
Tetl::get (array< T, MAXN > &a)
 
template<size_t I, typename T , size_t MAXN>
const Tetl::get (const array< T, MAXN > &a)