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

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

Public Member Functions

template<concepts::ForwardIterator It, concepts::SentinelFor< It > Sent, concepts::WeaklyIncrementable Out>
requires (concepts::IndirectlyCopyable<It, Out>)
constexpr auto operator() (It first, It middle, Sent last, Out output) const -> InOutResult< It, Out >
 
template<concepts::ForwardContainer Con, concepts::WeaklyIncrementable Out>
requires (concepts::IndirectlyCopyable<meta::ContainerIterator<Con>, Out>)
constexpr auto operator() (Con &&container, meta::ContainerIterator< Con > middle, Out output) const -> InOutResult< meta::BorrowedIterator< Con >, Out >
 

Member Function Documentation

◆ operator()() [1/2]

template<concepts::ForwardContainer Con, concepts::WeaklyIncrementable Out>
requires (concepts::IndirectlyCopyable<meta::ContainerIterator<Con>, Out>)
auto di::container::detail::RotateCopyFunction::operator() ( Con && container,
meta::ContainerIterator< Con > middle,
Out output ) const -> InOutResult<meta::BorrowedIterator<Con>, Out>
inlineconstexpr

◆ operator()() [2/2]

template<concepts::ForwardIterator It, concepts::SentinelFor< It > Sent, concepts::WeaklyIncrementable Out>
requires (concepts::IndirectlyCopyable<It, Out>)
auto di::container::detail::RotateCopyFunction::operator() ( It first,
It middle,
Sent last,
Out output ) const -> InOutResult<It, Out>
inlineconstexpr

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