Shortcuts

Template Struct ModificationSpecifier

Struct Documentation

template<typename T, Modifier Modification = Modifier::concurrent>
struct ripple::ModificationSpecifier

The ModificationSpecifier struct wraps a type T with some information for how it is modified.

Template Parameters
  • T: The type which is wrapped in the modifier.

  • Modification: The type of the modification.

Public Members

T wrapped

The type being wrapped.

ExpType expansion = 0

The amount to expand into the padding.

ExpType overlap = 0

The amount of overlap.

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