Shortcuts

Variable ripple::any_arithmetic_v

Variable Documentation

template<typename ...Ts>
constexpr bool ripple::any_arithmetic_v = std::disjunction_v<std::is_arithmetic<std::decay_t<Ts>>...>

Returns true if any of the types are arithmetic.

Template Parameters
  • Ts: 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