Shortcuts

Template Struct ExpansionWrapperTraits

Struct Documentation

template<typename T>
struct ripple::ExpansionWrapperTraits

A traits class for expansion wrapper types.

Template Parameters
  • T: The type to get the expansion wrapper traits for.

Public Types

using type = T

Defines the type being wrapped for expansion.

Public Static Attributes

constexpr bool is_expansion_wrapper = false

Returns that the type T is not an ExpansionWrapper.

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