array.h File Reference

#include <cstddef>
#include <algorithm>
#include "memory/allocator.h"
Include dependency graph for array.h:
This graph shows which files directly or indirectly include this file:

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.

Define Documentation

#define INCLUDED_CONTAINER_ARRAY_H

Definition at line 23 of file array.h.


Generated by  doxygen 1.6.2