Shortcuts

Typedef ripple::tuple_element_t

Typedef Documentation

template<size_t I, typename T>
using ripple::tuple_element_t = typename detail::TupleElement<I, T>::Type

Defines the type of the element at position I in a tuple T.

Template Parameters
  • I: The index of the element to get the type for.

  • T: The type of the tuple to get the element 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