| 2363 | } |
| 2364 | |
| 2365 | void operator =(const Mat2D& m) volatile |
| 2366 | { |
| 2367 | matrix = m.matrix; |
| 2368 | } |
| 2369 | |
| 2370 | template <typename type, int cnt, int ind_00, int ind_01, int ind_10, int ind_11> |
| 2371 | Mat2D& operator =(const Submat2D<type, cnt, ind_00, ind_01, ind_10, ind_11>& m) |
nothing calls this directly
no outgoing calls
no test coverage detected