Horizon
|
Friends | |
template<typename I > requires weakly_incrementable<I> | |
constexpr auto | operator== (I const &, unreachable_sentinel_t) noexcept -> CPP_broken_friend_ret(bool)() |
template<typename I > requires weakly_incrementable<I> | |
constexpr auto | operator== (unreachable_sentinel_t, I const &) noexcept -> CPP_broken_friend_ret(bool)() |
template<typename I > requires weakly_incrementable<I> | |
constexpr auto | operator!= (I const &, unreachable_sentinel_t) noexcept -> CPP_broken_friend_ret(bool)() |
template<typename I > requires weakly_incrementable<I> | |
constexpr auto | operator!= (unreachable_sentinel_t, I const &) noexcept -> CPP_broken_friend_ret(bool)() |