Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ autoPtr
Method
autoPtr
src/OpenFOAM/memory/autoPtr/autoPtrI.H:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
template<class T>
32
inline Foam::autoPtr<T>::autoPtr(T* p)
33
:
34
ptr_(p)
35
{}
36
37
38
template<class T>
Callers
nothing calls this directly
Calls
3
valid
Method · 0.45
ptr
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected