Typedef ripple::Vec¶
Defined in File iterator_traits.hpp
Typedef Documentation¶
-
template<typename
T
, size_tSize
, typenameLayout
= ContiguousOwned>
usingripple
::
Vec
= VecImpl<T, Num<Size>, Layout>¶ Alias for a vector to store data of type T with Size elements.
- Note
This uses the default layout type for the vector.
- Template Parameters
T
: The type to store in the vector.Size
: The size of the vector.