Variable ripple::is_any_block_v¶
Variable Documentation¶
-
template<typename
T
>
constexpr boolripple
::
is_any_block_v
= is_block_v<T> || is_multiblock_v<T>¶ Returns true if the type T is any kind of block.
- Template Parameters
T
: The type to base the enable on.