#include <di/container/algorithm/rotate_copy.h>
|  | 
| 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 > | 
|  | 
◆ operator()() [1/2]
template<concepts::ForwardContainer Con, concepts::WeaklyIncrementable Out> 
requires (concepts::IndirectlyCopyable<
meta::ContainerIterator<Con>, Out>)
 
 
◆ 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: