|
template<typename I > |
constexpr friend auto | operator== (I const &, unreachable_sentinel_t) noexcept -> CPP_broken_friend_ret(bool)(requires weakly_incrementable< I >) |
|
template<typename I > |
constexpr friend auto | operator== (unreachable_sentinel_t, I const &) noexcept -> CPP_broken_friend_ret(bool)(requires weakly_incrementable< I >) |
|
template<typename I > |
constexpr friend auto | operator!= (I const &, unreachable_sentinel_t) noexcept -> CPP_broken_friend_ret(bool)(requires weakly_incrementable< I >) |
|
template<typename I > |
constexpr friend auto | operator!= (unreachable_sentinel_t, I const &) noexcept -> CPP_broken_friend_ret(bool)(requires weakly_incrementable< I >) |
|
The documentation for this struct was generated from the following file: