Shortcuts

Typedef ripple::nth_element_t

Typedef Documentation

template<size_t N, typename ...Ts>
using ripple::nth_element_t = typename detail::NthElement<N, Ts...>::type

Defines the type of the Nth element in the type list.

Template Parameters
  • N: The index of the element to get.

  • Ts: The type list to get the type from.

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