Typedef ripple::any_block_3d_enable_t¶
Defined in File block_traits.hpp
Typedef Documentation¶
-
template<typename
T
>
usingripple
::
any_block_3d_enable_t
= std::enable_if_t<(is_block_v<T> && block_traits_t<T>::dimensions == 3) || (is_multiblock_v<T> && multiblock_traits_t<T>::dimensions == 3), int>¶ Defines a valid type if T is a 3 dimensional block enabled type.
- Template Parameters
T
: The type to base the enable on.