#include <di/container/algorithm/move.h>
|
template<concepts::InputIterator In, concepts::SentinelFor< In > Sent, concepts::WeaklyIncrementable Out>
requires (concepts::IndirectlyMovable<In, Out>) |
constexpr auto | operator() (In first, Sent last, Out output) const -> MoveResult< In, Out > |
|
template<concepts::InputContainer Con, concepts::WeaklyIncrementable Out>
requires (concepts::IndirectlyMovable<meta::ContainerIterator<Con>, Out>) |
constexpr auto | operator() (Con &&container, Out output) const -> MoveResult< meta::BorrowedIterator< Con >, Out > |
|
◆ operator()() [1/2]
template<concepts::InputContainer Con, concepts::WeaklyIncrementable Out>
requires (concepts::IndirectlyMovable<
meta::ContainerIterator<Con>, Out>)
◆ operator()() [2/2]
template<concepts::InputIterator In, concepts::SentinelFor< In > Sent, concepts::WeaklyIncrementable Out>
requires (concepts::IndirectlyMovable<In, Out>)
auto di::container::detail::MoveFunction::operator() |
( |
In | first, |
|
|
Sent | last, |
|
|
Out | output ) const -> MoveResult<In, Out> |
|
inlineconstexpr |
The documentation for this struct was generated from the following file:
- libs/di/include/di/container/algorithm/move.h