constexpr auto stable_partition(BidirIt f, BidirIt l, Predicate p) -> BidirIt
Reorders the elements in the range [first, last) in such a way that all elements for which the predic...
Definition stable_partition.hpp:16
constexpr auto rotate(ForwardIt first, ForwardIt nFirst, ForwardIt last) -> ForwardIt
Performs a left rotation on a range of elements.
Definition rotate.hpp:17