CppELib 1.7.0
Loading...
Searching...
No Matches
FixedVector.h File Reference
#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::FixedVector< T, MaxSize >
 STL-like vector container with fixed capacity. More...
 

Namespaces

namespace  Container
 

Functions

template<typename T , std::size_t MaxSize>
bool Container::operator== (const FixedVector< T, MaxSize > &x, const FixedVector< T, MaxSize > &y)
 
template<typename T , std::size_t MaxSize>
bool Container::operator!= (const FixedVector< T, MaxSize > &x, const FixedVector< T, MaxSize > &y)