Shortcuts

Typedef ripple::not_dim_3d_enable_t

Typedef Documentation

template<size_t Dims>
using ripple::not_dim_3d_enable_t = std::enable_if_t<Dims != 3, int>

Defines a valid type for any dimension except 3.

Template Parameters
  • Dims: The number of dimensions 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