HDK
|
Go to the source code of this file.
Functions | |
template<class T > | |
PXR_NAMESPACE_OPEN_SCOPE T * | GusdUTverify_ptr (T *ptr) |
template<class T > | |
T & | GusdUTverify_val (T &&val) |
PXR_NAMESPACE_OPEN_SCOPE T* GusdUTverify_ptr | ( | T * | ptr | ) |
Helper for adding inline assertions to validate that a pointer is non-null.
Example:
Definition at line 41 of file UT_Assert.h.
T& GusdUTverify_val | ( | T && | val | ) |
Helper for inline assertions of the validity of some non-pointer type.
Example:
Definition at line 55 of file UT_Assert.h.