|
Embedded Template Library
1.0
|
#include <stddef.h>#include <iterator>#include <algorithm>#include "ideque.h"#include "container.h"Go to the source code of this file.
Classes | |
| class | etl::deque< T, MAX_SIZE_ > |
Functions | |
| template<typename T , const size_t MAX_SIZE> | |
| void | etl::swap (etl::deque< T, MAX_SIZE > &first, etl::deque< T, MAX_SIZE > &second) |
| Swap. | |