Shortcuts

Template Struct AnyBlockTraits

Struct Documentation

template<typename T>
struct ripple::AnyBlockTraits

Defines traits common to types which are either blocks or multiblocks.

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

Public Types

using Value = typename Traits::Value

The value type for the block enabled type.

Public Static Attributes

constexpr size_t dimensions = Traits::dimensions

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