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

Method unique

src/OpenFOAM/memory/refCount/refCount.H:88–91  ·  view source on GitHub ↗

- Return true if the reference count is zero

Source from the content-addressed store, hash-verified

86
87 //- Return true if the reference count is zero
88 bool unique() const
89 {
90 return count_ == 0;
91 }
92
93
94 // Member Operators

Callers 5

tmpMethod · 0.80
ptrMethod · 0.80
clearMethod · 0.80
operator=Method · 0.80
clearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected