Template Function ripple::load_boundary¶
Defined in File load_padding.hpp
Function Documentation¶
-
template<typename
Iterator
, typenameLoader
, typename ...Args
>
autoripple
::
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.