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