Shortcuts

Template Struct IndexOf

Struct Documentation

template<int I, typename T, typename ...Ts>
struct IndexOf

Decalration of a class to determine the index of the type T in the Ts pack.

Template Parameters
  • I: The current index of the search.

  • T: The type to find.

  • Ts: The types to search through.

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