Shortcuts

Template Struct NthElement< N >

Struct Documentation

template<size_t N>
struct ripple::detail::NthElement<N>

Specialization of the NthElement class for the case that there are no parameters in the pack.

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

Public Types

using type = void

Defines the type to be void since there are no elements in the pack.

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