25 #ifndef PXR_BASE_TRACE_KEY_H
26 #define PXR_BASE_TRACE_KEY_H
47 if (_ptr == other._ptr) {
50 return *_ptr == *other._ptr;
75 #endif // PXR_BASE_TRACE_KEY_H
size_t operator()(const TraceKey &key) const
bool operator==(const TraceKey &other) const
Equality comparison.
A Hash functor which may be used to store keys in a TfHashMap.
constexpr TraceKey(const TraceStaticKeyData &data)
Constructor.
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
size_t Hash() const
Hash function.