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