Horizon
Friends | List of all members
ranges::unreachable_sentinel_t Struct Reference

Friends

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: