Iros
 
Loading...
Searching...
No Matches
di::container::NextFunction Struct Reference

#include <di/container/iterator/next.h>

Public Member Functions

template<concepts::Iterator Iter>
constexpr auto operator() (Iter iterator) const -> Iter
 
template<concepts::Iterator Iter>
constexpr auto operator() (Iter iterator, meta::IteratorSSizeType< Iter > n) const -> Iter
 
template<concepts::Iterator Iter, concepts::SentinelFor< Iter > Sent>
constexpr auto operator() (Iter iterator, Sent bound) const -> Iter
 
template<concepts::Iterator Iter, concepts::SentinelFor< Iter > Sent>
constexpr auto operator() (Iter iterator, meta::IteratorSSizeType< Iter > n, Sent bound) const -> Iter
 

Member Function Documentation

◆ operator()() [1/4]

template<concepts::Iterator Iter>
auto di::container::NextFunction::operator() ( Iter iterator) const -> Iter
inlineconstexpr

◆ operator()() [2/4]

template<concepts::Iterator Iter>
auto di::container::NextFunction::operator() ( Iter iterator,
meta::IteratorSSizeType< Iter > n ) const -> Iter
inlineconstexpr

◆ operator()() [3/4]

template<concepts::Iterator Iter, concepts::SentinelFor< Iter > Sent>
auto di::container::NextFunction::operator() ( Iter iterator,
meta::IteratorSSizeType< Iter > n,
Sent bound ) const -> Iter
inlineconstexpr

◆ operator()() [4/4]

template<concepts::Iterator Iter, concepts::SentinelFor< Iter > Sent>
auto di::container::NextFunction::operator() ( Iter iterator,
Sent bound ) const -> Iter
inlineconstexpr

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