Typedef ripple::tensor_enable_t¶
Defined in File tensor_traits.hpp
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
tensor_enable_t
= std::enable_if_t<is_tensor_v<T>, int>¶ Defines a valid type if T is a tensor.
- Template Parameters
T
: The type to base the enable on.