#include <di/container/algorithm/rotate.h>
Public Member Functions | |
template<concepts::Permutable Iter, concepts::SentinelFor< Iter > Sent> | |
constexpr auto | operator() (Iter first, Iter pivot, Sent last_sentinel) const -> View< Iter > |
template<concepts::ForwardContainer Con> requires (concepts::Permutable<meta::ContainerIterator<Con>>) | |
constexpr auto | operator() (Con &&container, meta::ContainerIterator< Con > pivot) const -> meta::BorrowedView< Con > |
|
inlineconstexpr |
|
inlineconstexpr |