| 53 | private: |
| 54 | public: |
| 55 | Point() = default; |
| 56 | template<typename Matrix_> |
| 57 | DTL_VERSIONING_CPP14_CONSTEXPR |
| 58 | void draw(Matrix_& matrix_, const ::dtl::type::size x_, const ::dtl::type::size y_) const noexcept { |
nothing calls this directly
no outgoing calls
no test coverage detected