38#ifndef BLOCXX_ARRAYFWD_HPP_
39#define BLOCXX_ARRAYFWD_HPP_
40#include "blocxx/BLOCXX_config.h"
Array<> wraps std::vector<> in COWReference<> adding ref counting and copy on write capability.
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)