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

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

Public Member Functions

template<concepts::Permutable It, concepts::SentinelFor< It > Sent>
constexpr auto operator() (It first, Sent last, meta::IteratorSSizeType< It > n) const -> View< It >
 
template<concepts::ForwardContainer Con>
requires (concepts::Permutable<meta::ContainerIterator<Con>>)
constexpr auto operator() (Con &&container, meta::ContainerSSizeType< Con > n) const -> meta::BorrowedView< Con >
 

Member Function Documentation

◆ operator()() [1/2]

template<concepts::ForwardContainer Con>
requires (concepts::Permutable<meta::ContainerIterator<Con>>)
auto di::container::detail::ShiftLeftFunction::operator() ( Con && container,
meta::ContainerSSizeType< Con > n ) const -> meta::BorrowedView<Con>
inlineconstexpr

◆ operator()() [2/2]

template<concepts::Permutable It, concepts::SentinelFor< It > Sent>
auto di::container::detail::ShiftLeftFunction::operator() ( It first,
Sent last,
meta::IteratorSSizeType< It > n ) const -> View<It>
inlineconstexpr

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