CppELib 1.7.0
Loading...
Searching...
No Matches
Array.h File Reference
#include <cstddef>
#include <iterator>
#include "ContainerException.h"

Go to the source code of this file.

Classes

struct  Container::Array< T, Size >
 Similar as std::array of C++11. More...
 

Namespaces

namespace  Container
 

Functions

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