• Docs >
  • Ripple API >
  • Template Struct MultiBlockTraits< Block< T, Dimensions > >
Shortcuts

Template Struct MultiBlockTraits< Block< T, Dimensions > >

Struct Documentation

template<typename T, size_t Dimensions>
struct ripple::MultiBlockTraits<Block<T, Dimensions>>

Public Types

using Value = T

Defines the value type of the block data.

using Iterator = IndexedIterator<IterValue, Space>

Defines the type of the iterator over global block data.

using SharedIterator = BlockIterator<IterValue, Space>

Defines the type of the iterator over shared block data.

Public Static Attributes

constexpr size_t dimensions = Dimensions

The number of dimensions in the block.

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