Shortcuts

Typedef ripple::shared_mod_enable_t

Typedef Documentation

template<typename T>
using ripple::shared_mod_enable_t = std::enable_if_t<modification_traits_t<T>::uses_shared, int>

Defines a valid type if the template parameter is a modfier which specifies shared memory use.

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