Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
array.h File Reference
#include <iterator>
#include <functional>
#include <algorithm>
#include <stddef.h>
#include "exception.h"
#include "type_traits.h"
#include "parameter_type.h"
#include "static_assert.h"
#include "error_handler.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 >
 

Functions

template<typename T , const size_t SIZE>
void etl::swap (etl::array< T, SIZE > &lhs, etl::array< T, SIZE > &rhs)
 
template<typename T , std::size_t SIZE>
bool etl::operator== (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs)
 
template<typename T , std::size_t SIZE>
bool etl::operator!= (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs)
 
template<typename T , std::size_t SIZE>
bool etl::operator< (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs)
 
template<typename T , std::size_t SIZE>
bool etl::operator<= (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs)
 
template<typename T , std::size_t SIZE>
bool etl::operator> (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs)
 
template<typename T , std::size_t SIZE>
bool etl::operator>= (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs)
 
template<std::size_t I, typename T , std::size_t N>
T & etl::get (array< T, N > &a)
 
template<std::size_t I, typename T , std::size_t N>
const T & etl::get (const array< T, N > &a)