Shortcuts

Typedef ripple::vec_element_enable_t

Typedef Documentation

template<typename T>
using ripple::vec_element_enable_t = std::enable_if_t<is_vec_element_v<T>, int>

Define a valid type if the type T is a vector storage element, otherwise does not define a valid type.

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

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