Shortcuts

Variable ripple::tuple_size_v

Variable Documentation

template<typename T>
constexpr size_t ripple::tuple_size_v = tuple_traits_t<T>::size

Returns the size of the tuple, if T is a tuple, otherwise returns 0.

Template Parameters
  • T: The type to get the tuple size of.

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