Shortcuts

Variable ripple::all_same_v

Variable Documentation

template<typename T, typename ...Ts>
constexpr bool ripple::all_same_v = std::conjunction_v<std::is_same<T, Ts>...>

Returns true if all the types are the same.

Template Parameters
  • T: The first type in the pack.

  • Ts: The rest of the types to check.

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