#include <cstddef>
#include <algorithm>
#include "memory/allocator.h"
Go to the source code of this file.
Data Structures | |
class | Array< Element, Allocator > |
An array whose size is variable at run-time. More... | |
Namespaces | |
namespace | std |
Defines | |
#define | INCLUDED_CONTAINER_ARRAY_H |
Functions | |
template<typename Element , typename Allocator > | |
void | std::swap (Array< Element, Allocator > &self, Array< Element, Allocator > &other) |
Swaps the values of self and other . Overloads std::swap. |