#include <di/container/algorithm/shift_right.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 > |
|
inlineconstexpr |
|
inlineconstexpr |