Public Member Functions | |
T & | operator() (size_t i, size_t j) noexcept |
const T & | operator() (size_t i, size_t j) const noexcept |
constexpr size_t | size () const noexcept |
constexpr size_t | nCols () const noexcept |
constexpr size_t | nRows () const noexcept |
Public Attributes | |
T | elements_ [nRow][nCol] |
Definition at line 11 of file array2D.hpp.
Definition at line 17 of file array2D.hpp.
Definition at line 23 of file array2D.hpp.
|
inlineconstexprnoexcept |
Definition at line 28 of file array2D.hpp.
|
inlineconstexprnoexcept |
Definition at line 34 of file array2D.hpp.
|
inlineconstexprnoexcept |
Definition at line 39 of file array2D.hpp.
T elements_[nRow][nCol] |
Definition at line 14 of file array2D.hpp.
Referenced by array2D< real, 3uL, 3uL >::operator()().