Template Struct MultiBlockTraits< Block< T, Dimensions > >¶
Defined in File block.hpp
Struct Documentation¶
-
template<typename
T, size_tDimensions>
structripple::MultiBlockTraits<Block<T, Dimensions>>¶ Public Types
-
using
Iterator= IndexedIterator<IterValue, Space>¶ Defines the type of the iterator over global block data.
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.
-
using