Shortcuts

Template Struct TupleElement< I, Tuple<> >

Struct Documentation

template<size_t I>
struct ripple::detail::TupleElement<I, Tuple<>>

Returns the type of a tuple element for a tuple with no elements,.

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

Public Types

using Type = void

Defines the type of 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