|
Maipa's Standard Library Extension 1.5.6
mstd
|
#include <mat.hpp>
Public Member Functions | |
| _MSTD_CONSTEXPR20 | const_mat_column (const mat_type *parent, size_t column) |
| _MSTD_CONSTEXPR20 | const_mat_column (const mat_column &other) |
| _MSTD_CONSTEXPR20 | const_mat_column (const const_mat_column &other) |
| _MSTD_CONSTEXPR20 bool | operator== (const mat_column &other) const |
| _MSTD_CONSTEXPR20 bool | operator!= (const mat_column &other) const |
| _MSTD_CONSTEXPR20 bool | operator== (const const_mat_column &other) const |
| _MSTD_CONSTEXPR20 bool | operator!= (const const_mat_column &other) const |
| _MSTD_CONSTEXPR20 T | operator[] (const size_t &idx) const |
| _MSTD_CONSTEXPR20 | operator const T * () const |
| _MSTD_CONSTEXPR20 | operator column_type () const |
Private Types | |
| using | mat_type = mat<C, R, T> |
Private Attributes | |
| const mat_type * | _parent |
| size_t | _column |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |