Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ ptr
Method
ptr
src/OpenFOAM/memory/autoPtr/autoPtrI.H:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
template<class T>
90
inline T* Foam::autoPtr<T>::ptr()
91
{
92
T* ptr = ptr_;
93
ptr_ = 0;
94
return ptr;
95
}
96
97
98
template<class T>
Callers
2
autoPtr
Method · 0.45
operator=
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected