7#ifndef PXR_EXEC_ESF_SCHEMA_CONFIG_KEY_H
8#define PXR_EXEC_ESF_SCHEMA_CONFIG_KEY_H
14#include "pxr/exec/esf/api.h"
16PXR_NAMESPACE_OPEN_SCOPE
27 return _key == key._key;
31 return !(*
this == key);
34 template <
class HashState>
50 const void *_key =
nullptr;
53PXR_NAMESPACE_CLOSE_SCOPE
Scene object abstraction for scene adapter implementations.
An opaque type that can be used to identify the configuration of typed and applied schemas for a prim...
constexpr EsfSchemaConfigKey()=default
Only null keys can be constructed publicly.