Iros
 
Loading...
Searching...
No Matches
di::container::detail::MoveFunction Struct Reference

#include <di/container/algorithm/move.h>

Public Member Functions

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 >
 

Member Function Documentation

◆ operator()() [1/2]

template<concepts::InputContainer Con, concepts::WeaklyIncrementable Out>
requires (concepts::IndirectlyMovable<meta::ContainerIterator<Con>, Out>)
auto di::container::detail::MoveFunction::operator() ( Con && container,
Out output ) const -> MoveResult<meta::BorrowedIterator<Con>, Out>
inlineconstexpr

◆ 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: