Typedef ripple::as_strided_view_t¶
Defined in File storage_traits.hpp
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
as_strided_view_t
= typename detail::StorageAs<StridedView, std::decay_t<T>>::Type¶ Defines the type T as a strided view type, if it is not already.
If the type T is not a polymorphic layout type this will just create an alias to T otherwise the layout will be converted.
- Template Parameters
T
: The type to get as a contiguous owned type.