Template Function ripple::overlapped¶
Defined in File modifier.hpp
Function Documentation¶
-
template<typename
T
, typenameType
= std::remove_reference_t<T>>
autoripple
::
overlapped
(T &t, ExpType overlap) noexcept¶ Creates a wrapped type as a modifier which expands into the padding for the data which is wrapper.
- Return
The type wrapped in a modifier.
- Parameters
t
: The instance to wrap.expantion
: Number of cells to expand the domain size by, reducing the padding by this amount on each size of each dimension.
- Template Parameters
T
: The type of the instance.