array.h File Reference

#include <cstddef>
#include <stdexcept>
#include <iterator>
#include <algorithm>

Include dependency graph for array.h:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  comet

Classes

class  comet::array_t< T, SZ >

Functions

template<class T, size_t SZ> bool operator== (const array_t< T, SZ > &x, const array_t< T, SZ > &y)
template<class T, size_t SZ> bool operator< (const array_t< T, SZ > &x, const array_t< T, SZ > &y)
template<class T, size_t SZ> bool operator!= (const array_t< T, SZ > &x, const array_t< T, SZ > &y)
template<class T, size_t SZ> bool operator> (const array_t< T, SZ > &x, const array_t< T, SZ > &y)
template<class T, size_t SZ> bool operator<= (const array_t< T, SZ > &x, const array_t< T, SZ > &y)
template<class T, size_t SZ> bool operator>= (const array_t< T, SZ > &x, const array_t< T, SZ > &y)


Detailed Description

Array wrapper.