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

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

Public Member Functions

template<concepts::BidirectionalIterator In, concepts::SentinelFor< In > Sent, concepts::BidirectionalIterator Out>
requires (concepts::IndirectlyMovable<In, Out>)
constexpr auto operator() (In first, Sent last, Out output) const -> MoveBackwardResult< In, Out >
 
template<concepts::BidirectionalContainer Con, concepts::BidirectionalIterator Out>
requires (concepts::IndirectlyMovable<meta::ContainerIterator<Con>, Out>)
constexpr auto operator() (Con &&container, Out output) const -> MoveBackwardResult< meta::BorrowedIterator< Con >, Out >
 

Member Function Documentation

◆ operator()() [1/2]

template<concepts::BidirectionalContainer Con, concepts::BidirectionalIterator Out>
requires (concepts::IndirectlyMovable<meta::ContainerIterator<Con>, Out>)
auto di::container::detail::MoveBackwardFunction::operator() ( Con && container,
Out output ) const -> MoveBackwardResult<meta::BorrowedIterator<Con>, Out>
inlineconstexpr

◆ operator()() [2/2]

template<concepts::BidirectionalIterator In, concepts::SentinelFor< In > Sent, concepts::BidirectionalIterator Out>
requires (concepts::IndirectlyMovable<In, Out>)
auto di::container::detail::MoveBackwardFunction::operator() ( In first,
Sent last,
Out output ) const -> MoveBackwardResult<In, Out>
inlineconstexpr

The documentation for this struct was generated from the following file: