reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
155 if (Rows != M.Rows || Cols != M.Cols) 155 if (Rows != M.Rows || Cols != M.Cols) 157 return std::equal(Data.get(), Data.get() + (Rows * Cols), M.Data.get());