Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ xferTmp
Method
xferTmp
src/OpenFOAM/memory/Xfer/XferI.H:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
144
template<class T>
145
inline Foam::Xfer<T> Foam::xferTmp(Foam::tmp<T>& tt)
146
{
147
return Foam::Xfer<T>(tt(), tt.isTmp());
148
}
149
150
151
template<class To, class From>
Callers
nothing calls this directly
Calls
1
isTmp
Method · 0.45
Tested by
no test coverage detected