7 #ifndef PXR_EXEC_ESF_SCHEMA_CONFIG_KEY_H
8 #define PXR_EXEC_ESF_SCHEMA_CONFIG_KEY_H
27 return _key == key._key;
31 return !(*
this == key);
34 template <
class HashState>
50 const void *_key =
nullptr;
constexpr EsfSchemaConfigKey()=default
Only null keys can be constructed publicly.
#define PXR_NAMESPACE_OPEN_SCOPE
constexpr bool operator!=(EsfSchemaConfigKey key) const
constexpr bool operator==(EsfSchemaConfigKey key) const
GLfloat GLfloat GLfloat GLfloat h
friend void TfHashAppend(HashState &h, const EsfSchemaConfigKey key)
#define PXR_NAMESPACE_CLOSE_SCOPE