Shortcuts

Typedef ripple::as_strided_view_t

Typedef Documentation

template<typename T>
using ripple::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.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples