7 #ifndef PXR_BASE_VT_TRAITS_H
8 #define PXR_BASE_VT_TRAITS_H
16 #include <type_traits>
33 #define VT_TYPE_IS_CHEAP_TO_COPY(T) \
34 template <> struct VtValueTypeHasCheapCopy<TF_PP_EAT_PARENS(T)> \
92 #define VT_TYPE_IS_TYPED_VALUE_PROXY(T) \
93 template <> struct VtIsTypedValueProxy<TF_PP_EAT_PARENS(T)> \
98 typename std::enable_if<
109 using type =
typename std::decay<
119 #define VT_TYPE_IS_ERASED_VALUE_PROXY(T) \
120 template <> struct VtIsErasedValueProxy<TF_PP_EAT_PARENS(T)> \
127 std::integral_constant<
128 bool, VtIsTypedValueProxy<T>::value || VtIsErasedValueProxy<T>::value> {};
132 #endif // PXR_BASE_VT_TRAITS_H
T const & VtGetProxiedObject(T const &nonProxy)
GLint GLint GLsizei GLint GLenum GLenum type
typename std::decay< decltype(VtGetProxiedObject(std::declval< T >()))>::type type
Array concept. By default, types are not arrays.
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE