HDK
|
Go to the source code of this file.
Classes | |
class | TfFunctionRef< Sig > |
class | TfFunctionRef< Ret(Args...)> |
Functions | |
template<class Sig > | |
void | swap (TfFunctionRef< Sig > &lhs, TfFunctionRef< Sig > &rhs) |
Swap lhs and rhs . Equivalent to lhs.swap(rhs). More... | |
|
inline |
Swap lhs
and rhs
. Equivalent to lhs.swap(rhs).
Definition at line 161 of file functionRef.h.