Typedef ripple::any_block_traits_t¶
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
any_block_traits_t
= AnyBlockTraits<std::decay_t<T>>¶ Defines traits common to any kind of block.
- Template Parameters
T
: The type to get the traits for.