Constant slice that cannot be assigned to. More...
#include <Matrix.h>
Constant slice that cannot be assigned to.
Public Member Functions | |
CSlice (const Matrix< T > &matrix, coord_type upper_left, coord_type bottom_right) | |
CSlice ()=delete | |
~CSlice ()=default | |
CSlice (const CSlice &)=delete | |
CSlice (CSlice &&) noexcept=default | |
CSlice & | operator= (CSlice &&)=default |
T | operator() (size_t i, size_t j) const |
Protected Attributes | |
Slice | m_slice |
|
inline |
|
delete |
|
default |
|
delete |
|
defaultnoexcept |
|
inline |
|
default |
|
protected |