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

Method operator=

src/OpenFOAM/memory/autoPtr/autoPtrI.H:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192
193template<class T>
194inline void Foam::autoPtr<T>::operator=(T* p)
195{
196 reset(p);
197}
198
199
200template<class T>

Callers

nothing calls this directly

Calls 2

resetFunction · 0.50
ptrMethod · 0.45

Tested by

no test coverage detected