Typedef ripple::as_contiguous_view_t¶
Defined in File storage_traits.hpp
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
as_contiguous_view_t
= typename detail::StorageAs<ContiguousView, std::decay_t<T>>::Type¶ Defines the type T as a contiguous view type, if it is not already.
If the type T is not a polymorphic layout type then 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.