HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
functionRef.h File Reference
#include "pxr/pxr.h"
#include <memory>
#include <type_traits>
#include <utility>
+ 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...
 

Function Documentation

template<class Sig >
void swap ( TfFunctionRef< Sig > &  lhs,
TfFunctionRef< Sig > &  rhs 
)
inline

Swap lhs and rhs. Equivalent to lhs.swap(rhs).

Definition at line 161 of file functionRef.h.