Template Function ripple::detail::copy_face_padding¶
Defined in File utils_.hpp
Function Documentation¶
-
template<typename
Iterator
>
autoripple::detail
::
copy_face_padding
(ExecutionKind exec_kind, TransferKind transfer_kind, Iterator &&it) noexcept -> void¶ Copies the padding for the faces of the block iterated over by the iterato for each of the dimensions which can be iterated over.
- Note
This will fail at compile time if the iterator does not iterator over a Block.
- Parameters
exec_kind
: The kind of the execution for the operation.transfer
: The kind of the transfer operation.it
: The iterator to copy the face padding for.
- Template Parameters
Iterator
: The type of the iterator.