#include <di/container/iterator/sentinel_base.h>
|
template<detail::Sized< Self > Iter> |
constexpr friend auto | operator- (Self const &sent, Iter const &it) |
|
template<detail::Sized< Self > Iter> |
constexpr friend auto | operator- (Iter const &it, Self const &sent) |
|
template<typename U>
requires (detail::Equal<U, Self>) |
constexpr friend auto | operator== (Self const &sent, U const &it) -> bool |
|
◆ operator- [1/2]
template<typename Self>
template<detail::Sized< Self > Iter>
friend auto operator- |
( |
Iter const & | it, |
|
|
Self const & | sent ) |
|
friend |
◆ operator- [2/2]
template<typename Self>
template<detail::Sized< Self > Iter>
friend auto operator- |
( |
Self const & | sent, |
|
|
Iter const & | it ) |
|
friend |
◆ operator==
template<typename Self>
template<typename U>
requires (detail::Equal<U, Self>)
friend auto operator== |
( |
Self const & | sent, |
|
|
U const & | it ) -> bool |
|
friend |
The documentation for this class was generated from the following file: