Variable ripple::detail::dims_from_block¶
Defined in File utils_.hpp
Variable Documentation¶
-
template<typename
T
>
constexpr size_tripple::detail
::
dims_from_block
= any_block_traits_t<typename modification_traits_t<T>::Value>::dimensions¶ Gets the number of dimensions if the type T is a block.
- Template Parameters
T
: The type to get the number of dimensions from.