Shortcuts

Typedef ripple::unroll_disabled_t

Typedef Documentation

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

Defines a valid type if Size is more than or equal to 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