Shortcuts

Struct CopyLoader

Inheritance Relationships

Base Type

Struct Documentation

struct ripple::CopyLoader : public ripple::InternalLoader<CopyLoader>

The CopyLoader is an implementation of an InternalLoader which simply copies data from one iterator to another.

Public Functions

template<typename IteratorFrom, typename IteratorTo>
constexpr auto load(IteratorFrom &&from, IteratorTo &&to) const noexcept -> void

Loads the padding in the given dimension by setting the data in the to iterator from the from iterator data.

Parameters
  • from: An iterator to cell to load from.

  • to: An iterator to cell to load into.

Template Parameters
  • IteratorFrom: The type of the from iterator.

  • IteratorTo: The type of the to iterator.

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