Shortcuts

Template Function ripple::detail::type_extractor

Function Documentation

template<size_t I, typename T>
constexpr auto ripple::detail::type_extractor(Element<I, T> e) noexcept -> T

Helper function which can be decltype’d to get the type of the element at the index I in a tuple.

Note

It should never actually be called.

Parameters
  • element: The element to get the type of.

Template Parameters
  • I: The index of the element in the tuple.

  • T: The type to extract from the element.

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