Shortcuts

Template Struct IsTuple

Struct Documentation

template<typename T>
struct ripple::detail::IsTuple

This type determines if a type T is a Tuple.

This is the default implementation for the case that the type T is not a tuple.

Template Parameters
  • T: The type to check against tuple.

Public Static Attributes

constexpr bool value = false

Returns that the type T is not 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