Shortcuts

Typedef ripple::it_3d_enable_t

Typedef Documentation

template<typename T>
using ripple::it_3d_enable_t = std::enable_if_t<is_iterator_v<T> && iterator_traits_t<T>::dimensions == 3, int>

Defines a valid type if the type T is an iterator, and the iterator has three dimensions.

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