10 template<concepts::Iterator Iter>
16 template<concepts::Iterator Iter>
22 template<concepts::Iterator Iter, concepts::SentinelFor<Iter> Sent>
23 constexpr auto operator()(Iter iterator, Sent bound)
const -> Iter {
28 template<concepts::Iterator Iter, concepts::SentinelFor<Iter> Sent>
constexpr auto next
Definition next.h:35
constexpr auto advance
Definition advance.h:62
Definition zstring_parser.h:9
constexpr auto operator()(Iter iterator, meta::IteratorSSizeType< Iter > n, Sent bound) const -> Iter
Definition next.h:29
constexpr auto operator()(Iter iterator, Sent bound) const -> Iter
Definition next.h:23
constexpr auto operator()(Iter iterator) const -> Iter
Definition next.h:11
constexpr auto operator()(Iter iterator, meta::IteratorSSizeType< Iter > n) const -> Iter
Definition next.h:17