Shortcuts

Template Struct IndexOf< I, T >

Struct Documentation

template<int I, typename T>
struct ripple::detail::IndexOf<I, T>

Base case when the search is exhausted, returns the original size of the pack + 1.

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

  • T: The type to find.

Public Static Attributes

constexpr auto value = I

Returns the exhausted search value.

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