Typedef ripple::array_traits_t¶
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
array_traits_t
= ArrayTraits<std::decay_t<T>>¶ Gets the array traits for the type T.
- Template Parameters
T
: The type to get the array traits for.
T
>ripple::
array_traits_t
= ArrayTraits<std::decay_t<T>>¶Gets the array traits for the type T.
T
: The type to get the array traits for.