Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ clear
Method
clear
src/OpenFOAM/memory/autoPtr/autoPtrI.H:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
125
template<class T>
126
inline void Foam::autoPtr<T>::clear()
127
{
128
reset(0);
129
}
130
131
132
// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
Callers
nothing calls this directly
Calls
1
reset
Function · 0.50
Tested by
no test coverage detected