maybe_unused
| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected