MCPcopy 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
144template<class T>
145inline Foam::Xfer<T> Foam::xferTmp(Foam::tmp<T>& tt)
146{
147 return Foam::Xfer<T>(tt(), tt.isTmp());
148}
149
150
151template<class To, class From>

Callers

nothing calls this directly

Calls 1

isTmpMethod · 0.45

Tested by

no test coverage detected