7#ifndef PXR_EXEC_VDF_BOXED_CONTAINER_TRAITS_H
8#define PXR_EXEC_VDF_BOXED_CONTAINER_TRAITS_H
14PXR_NAMESPACE_OPEN_SCOPE
20constexpr inline bool Vdf_IsBoxedContainer =
false;
23constexpr inline bool Vdf_IsBoxedContainer<Vdf_BoxedContainer<T>> =
true;
25PXR_NAMESPACE_CLOSE_SCOPE
This simple container stores multiple values that flow through the network as a single data flow elem...