38 #ifndef BLOCXX_ARRAYFWD_HPP_
39 #define BLOCXX_ARRAYFWD_HPP_
40 #include "blocxx/BLOCXX_config.h"
49 inline bool operator==(
const Array<T>& x,
const Array<T>& y);
52 inline bool operator<(const Array<T>& x,
const Array<T>& y);
55 inline void swap(Array<T>& x, Array<T>& y);
void swap(Array< T > &x, Array< T > &y)
bool operator==(const Array< T > &x, const Array< T > &y)