7#ifndef PXR_EXEC_EXEC_REQUEST_H
8#define PXR_EXEC_EXEC_REQUEST_H
12#include "pxr/base/tf/pxrTslRobinMap/robin_set.h"
16PXR_NAMESPACE_OPEN_SCOPE
28using ExecRequestComputedValueInvalidationCallback =
40using ExecRequestTimeChangeInvalidationCallback =
43PXR_NAMESPACE_CLOSE_SCOPE
A class that represents an interval in EfTime.
Implementation of a hash set using open-addressing and the robin hood hashing algorithm with backward...