MCPcopy 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
82template<class T>
83inline bool Foam::autoPtr<T>::valid() const
84{
85 return ptr_;
86}
87
88
89template<class T>

Callers 1

autoPtrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected