MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / operator==

Method operator==

src/meshTools/cellClassification/cellInfoI.H:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
259
260inline bool Foam::cellInfo::operator==(const Foam::cellInfo& rhs) const
261{
262 return type() == rhs.type();
263}
264
265
266inline bool Foam::cellInfo::operator!=(const Foam::cellInfo& rhs) const

Callers

nothing calls this directly

Calls 2

typeEnum · 0.50
typeMethod · 0.45

Tested by

no test coverage detected