Shortcuts

Typedef ripple::Vec

Typedef Documentation

template<typename T, size_t Size, typename Layout = ContiguousOwned>
using ripple::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.

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