Typedef ripple::tensor_traits_t¶
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
tensor_traits_t
= TensorTraits<std::decay_t<T>>¶ Alias for the tensor traits for type T after decaying.
- Template Parameters
T
: The type to get the tensor traits for.