Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ valid
Method
valid
src/OpenFOAM/memory/autoPtr/autoPtrI.H:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
template<class T>
83
inline bool Foam::autoPtr<T>::valid() const
84
{
85
return ptr_;
86
}
87
88
89
template<class T>
Callers
1
autoPtr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected