|
HDK
|
Include dependency graph for functionRef.h:
This graph shows which files directly or indirectly include this file: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 144 of file functionRef.h.