MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / empty

Method empty

src/OpenFOAM/memory/tmp/tmpI.H:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152template<class T>
153inline bool Foam::tmp<T>::empty() const
154{
155 return (isTmp() && !ptr_);
156}
157
158
159template<class T>

Calls

no outgoing calls

Tested by

no test coverage detected