Main Page
Namespaces
Data Structures
Files
Related Pages
S
earch for
Data Structures
Class Hierarchy
Data Fields
array_row Class Template Reference
#include <
array.h
>
Detailed Description
template<class data_t, class array_2d_t>
class array_row< data_t, array_2d_t >
Extract a row of a C-style 2d-array.
Definition at line
361
of file
array.h
.
Public Member Functions
array_row
(array_2d_t &a, size_t i)
data_t &
operator[]
(size_t i)
Data Fields
data_t *
p
The documentation for this class was generated from the following file:
array.h
Documentation generated with
Doxygen
and provided under the GNU Free Documentation License. See
License Information
for details.