Shortcuts

Template Struct IsTuple< Tuple< Ts… > >

Struct Documentation

template<typename ...Ts>
struct ripple::detail::IsTuple<Tuple<Ts...>>

Specialization for the case that the type is a tuple.

Template Parameters
  • Ts: The types the tuple stores.

Public Static Attributes

constexpr bool value = true

Returns that the type is a tuple.

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