Shortcuts

Variable ripple::any_same_v

Variable Documentation

template<typename T, typename ...Ts>
constexpr bool ripple::any_same_v = std::disjunction_v<std::is_same<T, Ts>...>

Returns true if any of the types are the same as type T.

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

  • 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