Embedded Template Library  1.0
vector.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "platform.h"
#include "algorithm.h"
#include "type_traits.h"
#include "error_handler.h"
#include "memory.h"
#include "container.h"
#include "alignment.h"
#include "array.h"
#include "exception.h"
#include "debug_count.h"
#include "private/vector_base.h"
#include "iterator.h"
#include "functional.h"
#include "static_assert.h"
#include "placement_new.h"
#include "private/ivectorpointer.h"

Go to the source code of this file.

Classes

class  etl::ivector< T >
 
class  etl::vector< T, MAX_SIZE_ >
 
class  etl::vector_ext< T >
 Template deduction guides. More...
 
class  etl::vector< T *, MAX_SIZE_ >
 
class  etl::vector_ext< T * >
 Template deduction guides. More...
 

Namespaces

 etl
 

Functions

template<typename T >
bool etl::operator== (const etl::ivector< T > &lhs, const etl::ivector< T > &rhs)
 
template<typename T >
bool etl::operator!= (const etl::ivector< T > &lhs, const etl::ivector< T > &rhs)
 
template<typename T >
bool etl::operator< (const etl::ivector< T > &lhs, const etl::ivector< T > &rhs)
 
template<typename T >
bool etl::operator> (const etl::ivector< T > &lhs, const etl::ivector< T > &rhs)
 
template<typename T >
bool etl::operator<= (const etl::ivector< T > &lhs, const etl::ivector< T > &rhs)
 
template<typename T >
bool etl::operator>= (const etl::ivector< T > &lhs, const etl::ivector< T > &rhs)