Provides a bounds-safe two-dimensional resizeable structure. More...
Go to the source code of this file.
Classes | |
class | RC::Data2D< T > |
A bounds-safe two-dimensional resizeable structure. More... | |
Namespaces | |
RC | |
Functions | |
template<class T > | |
std::ostream & | RC::operator<< (std::ostream &out, const Data2D< T > &d) |
Outputs data to a stream as { { x_0_0, x_1_0, ...}, { x_0_1, x_1_1, ...}, ... }. More... | |
template<class T2 > | |
void | RC::swap (Data2D< T2 > &a, Data2D< T2 > &b) |
Efficiently swap all the contents of a and b. | |
Provides a bounds-safe two-dimensional resizeable structure.