Shortcuts

Typedef ripple::unroll_enabled_t

Typedef Documentation

template<size_t Size>
using ripple::unroll_enabled_t = std::enable_if_t<(Size < ripple_max_unroll_depth), int>

Defines a valid type if Size is less than ripple_max_unroll_depth.

Template Parameters
  • Size: The size of the unrolling.

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