Typedef ripple::any_block_enable_t¶
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
any_block_enable_t
= std::enable_if_t<is_multiblock_v<T> || is_block_v<T>, int>¶ Defines a valid type if T is any kind of block.
- Template Parameters
T
: The type to base the enable on.