Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ operator--
Method
operator--
src/OpenFOAM/memory/refCount/refCount.H:109–112 ·
view source on GitHub ↗
- Decrement the reference count
Source
from the content-addressed store, hash-verified
107
108
//- Decrement the reference count
109
void operator--()
110
{
111
count_--;
112
}
113
114
//- Decrement the reference count
115
void operator--(int)
Callers
1
clear
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected