Shortcuts

Typedef ripple::all_same_enable_t

Typedef Documentation

template<typename T, typename ...Ts>
using ripple::all_same_enable_t = std::enable_if_t<all_same_v<T, Ts...>, int>

Defines a valid type if all the Ts are the same as type T.

Template Parameters
  • T: The type to base the enable on.

  • Ts: The types to compare.

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