Typedef ripple::VecFallback¶
Typedef Documentation¶
-
template<typename
T
, typenameTraits
= array_traits_t<T>>
usingripple
::
VecFallback
= VecImpl<typename Traits::Value, Num<Traits::size>, ContiguousOwned>¶ Defines a fallback vector type based on the type T.
- Template Parameters
T
: The type to base the fallback on.