|
|
constexpr | sentinel (stdex::ranges::sentinel_t< Base > end) |
| |
|
constexpr const stdex::ranges::sentinel_t< Base > & | base () const |
| |
|
|
constexpr bool | operator== (const iterator< Const > &x, const sentinel< Const > &y) |
| |
|
constexpr bool | operator== (const sentinel< Const > &y, const iterator< Const > &x) |
| |
|
constexpr bool | operator!= (const iterator< Const > &x, const sentinel< Const > &y) |
| |
|
constexpr bool | operator!= (const sentinel< Const > &y, const iterator< Const > &x) |
| |
|
template<bool Enable = true> |
| constexpr difference_type | operator- (const iterator< Const > &x, const sentinel &y) |
| |
|
template<bool Enable = true> |
| constexpr difference_type | operator- (const sentinel &y, const iterator< Const > &x) |
| |
The documentation for this struct was generated from the following file: