#include "pxr/pxr.h"
#include "pxr/usd/ar/api.h"
#include "pxr/usd/ar/ar.h"
#include "pxr/base/tf/hash.h"
#include "pxr/base/tf/safeTypeCompare.h"
#include "pxr/base/tf/pyObjWrapper.h"
#include <algorithm>
#include <memory>
#include <string>
#include <type_traits>
#include <typeinfo>
#include <vector>
Go to the source code of this file.
template<class Context >
std::string ArGetDebugString |
( |
const Context & |
context | ) |
|
Default implementation for providing debug info on the contained context.
Definition at line 339 of file resolverContext.h.