Shortcuts

Template Function ripple::load_boundary

Function Documentation

template<typename Iterator, typename Loader, typename ...Args>
auto ripple::load_boundary(Iterator &&it, Loader &&loader, Args&&... args) noexcept -> void

Loads the global padding data for the iterator using the given loader.

Note

The loader must implement the PaddingLoader interface.

Parameters
  • it: The iterator to load the padding for.

  • loader: The loader which defines how to load the padding.

  • args: Additional arguments for the loading.

Template Parameters
  • Iterator: The type of the iterator.

  • Loader: The type of the loader.

  • Args: The types of the arguments.

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