Shortcuts

Template Function ripple::in_shared

Function Documentation

template<typename T, typename Type = std::remove_reference_t<T>>
auto ripple::in_shared(T &t) noexcept

Creates a wrapped type as a shared modifier.

Return

The type wrapped in a modifier.

Parameters
  • t: The instance to wrap.

Template Parameters
  • T: The type to wrap in a modifier.

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