Template Function ripple::kernel::cpu::get_iterator¶
Defined in File invoke_generic_impl_.hpp
Function Documentation¶
-
template<typename
T
, block_enable_t<T> = 0>
autoripple::kernel::cpu
::
get_iterator
(T &&host_block) noexcept¶ Gets an iterator from the host block.
Gets an iterator from the block.
- Note
This overload is for host blocks.
- Note
This overload is for block types.
- Parameters
block
: The block to get the iterator from.
- Template Parameters
T
: The type of the block.
- Parameters
block
: The blocks to get the iterator from.