#include <array.h>
Definition at line 459 of file array.h.
Public Member Functions | |
array_row (array_2d_t &a, size_t i) | |
View the i th row of the 2-d array a . | |
data_t & | operator[] (size_t i) |
The element in the i th column of the chosen row. | |
Protected Attributes | |
data_t * | p |
The pointer. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page