Typedef ripple::block_enable_t¶
Defined in File block_traits.hpp
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
block_enable_t
= std::enable_if_t<is_block_v<T>, int>¶ Defines a valid type if T is a block.
- Template Parameters
T
: The type to base the enable on.