Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp1384 const auto rhs_it = rhs.find(it->first); in operator ==() local
1386 if (rhs_it == rhs_end || !(*it == *rhs_it)) PetscFunctionReturn(false); in operator ==()