Shortcuts

Template Struct MultiBlockTraits

Struct Documentation

template<typename T>
struct ripple::MultiBlockTraits

Traits for block enabled type.

This should be specialized for types which implement the BlockEnabled interface.

Template Parameters
  • T: The type which is block enabled.

Public Types

using Value = void*

The value type for the block enabled type.

using Iterator = void*

Defines the type if the iterator for the block.

Public Static Attributes

constexpr size_t dimensions = 0

The number of dimensions for the block enabled type.

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