ArrayImpl.hpp File Reference

#include "blocxx/BLOCXX_config.h"
#include "blocxx/Array.hpp"

Go to the source code of this file.


Namespaces

namespace  BLOCXX_NAMESPACE
 Taken from RFC 1321.

Functions

void BLOCXX_NAMESPACE::throwArrayOutOfBoundsException (size_t size, size_t idx)
template<class T >
bool BLOCXX_NAMESPACE::operator== (const Array< T > &x, const Array< T > &y)
template<class T >
bool BLOCXX_NAMESPACE::operator< (const Array< T > &x, const Array< T > &y)
template<class T >
void BLOCXX_NAMESPACE::swap (Array< T > &x, Array< T > &y)


doxygen