Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
template<class T>
194
inline void Foam::autoPtr<T>::operator=(T* p)
195
{
196
reset(p);
197
}
198
199
200
template<class T>
Callers
nothing calls this directly
Calls
2
reset
Function · 0.50
ptr
Method · 0.45
Tested by
no test coverage detected