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

Method operator=

src/OpenFOAM/primitives/strings/lists/hashedWordListI.H:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
41
42inline void Foam::hashedWordList::operator=(const UList<word>& lst)
43{
44 List<word>::operator=(lst);
45 rehash();
46}
47
48
49inline void Foam::hashedWordList::operator=(const hashedWordList& lst)

Callers

nothing calls this directly

Calls 2

operator=Function · 0.85
rehashFunction · 0.85

Tested by

no test coverage detected