CppELib 1.7.0
|
#include <cstddef>
#include <iterator>
#include "ContainerException.h"
#include "private/TypeTraits.h"
#include "private/Construct.h"
#include "Assertion/Assertion.h"
Go to the source code of this file.
Classes | |
class | Container::PreallocatedVector< T > |
STL-like vector container using pre-allocated buffer. More... | |
Namespaces | |
namespace | Container |
Functions | |
template<typename T > | |
bool | Container::operator== (const PreallocatedVector< T > &x, const PreallocatedVector< T > &y) |
template<typename T > | |
bool | Container::operator!= (const PreallocatedVector< T > &x, const PreallocatedVector< T > &y) |