Home
last modified time | relevance | path

Searched refs:moved_copy (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/tests/
H A Dex64.cxx601 auto moved_copy = std::move(map_copy); in test_misc() local
603 …MapCheck(moved_copy, map == moved_copy, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Moved copy of map does n… in test_misc()
605 PetscCall(this->test_insert(moved_copy)); in test_misc()
607 PetscCall(this->test_find(moved_copy)); in test_misc()
609 PetscCall(this->test_erase(moved_copy)); in test_misc()