MCPcopy 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
125template<class T>
126inline void Foam::autoPtr<T>::clear()
127{
128 reset(0);
129}
130
131
132// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //

Callers

nothing calls this directly

Calls 1

resetFunction · 0.50

Tested by

no test coverage detected