Shortcuts

Typedef ripple::VecFallback

Typedef Documentation

template<typename T, typename Traits = array_traits_t<T>>
using ripple::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.

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