Shortcuts

Template Function ripple::kernel::cpu::get_iterator

Function Documentation

template<typename T, block_enable_t<T> = 0>
auto ripple::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.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples