Shortcuts

Typedef ripple::variadic_lt_enable_t

Typedef Documentation

template<std::size_t Size, typename ...Values>
using ripple::variadic_lt_enable_t = std::enable_if_t<(sizeof...(Values) < Size), int>

Defines a valid type when the number of elements in the variadic pack is less than the size defined by Size.

Template Parameters
  • Size: The size that the pack must be.

  • Values: The values in the pack.

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