reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
148 : Rows(M.Rows), Cols(M.Cols), Data(std::move(M.Data)) { 148 : Rows(M.Rows), Cols(M.Cols), Data(std::move(M.Data)) { 148 : Rows(M.Rows), Cols(M.Cols), Data(std::move(M.Data)) { 149 M.Rows = M.Cols = 0; 149 M.Rows = M.Cols = 0;