Variable ripple::is_device_block_v¶
Defined in File block_traits.hpp
Variable Documentation¶
-
template<typename
T
>
constexpr autoripple
::
is_device_block_v
= block_traits_t<T>::is_device_block¶ Returns true if the type T is a device block.
- Template Parameters
T
: The type to determine if is a device block.