Template Struct MultiBlockTraits¶
Defined in File block_traits.hpp
Struct Documentation¶
-
template<typename
T
>
structripple
::
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.