| 30 | }; |
| 31 | |
| 32 | class SampleMatrixViewDraw { |
| 33 | public: |
| 34 | SampleMatrixViewDraw() = default; |
| 35 | template<typename Matrix_> //maybe_unused |
| 36 | DTL_VERSIONING_CPP14_CONSTEXPR |
| 37 | void draw(const Matrix_&, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32) const noexcept {} |
| 38 | }; |
| 39 | |
| 40 | class MatrixView { |
| 41 | private: |