#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__ranges/views/enumerate_view.hpp>
|
| sentinel ()=default |
|
template<bool AntiConst, std::enable_if_t< conjunction< bool_constant<((Const !=AntiConst) &&Const)>, convertible_to< sentinel_t< V >, sentinel_t< Base >> >::value, int > = 0> |
constexpr | sentinel (sentinel< AntiConst > other) |
|
constexpr sentinel_t< Base > | base () const |
|
|
class | enumerate_view |
|
constexpr friend bool | operator== (const iterator< Const > &x, const sentinel &y) |
|
constexpr friend bool | operator!= (const iterator< Const > &x, const sentinel &y) |
|
constexpr friend bool | operator== (const sentinel &y, const iterator< Const > &x) |
|
constexpr friend bool | operator!= (const sentinel &y, const iterator< Const > &x) |
|
template<bool OtherConst, std::enable_if_t< conjunction< sized_sentinel_for< sentinel_t< Base >, iterator_t< maybe_const< OtherConst, V >> > >::value, int > = 0> |
constexpr friend range_difference_t< maybe_const< OtherConst, V > > | operator- (const iterator< OtherConst > &x, const sentinel &y) |
|
template<bool OtherConst, std::enable_if_t< conjunction< sized_sentinel_for< sentinel_t< Base >, iterator_t< maybe_const< OtherConst, V >> > >::value, int > = 0> |
constexpr friend range_difference_t< maybe_const< OtherConst, V > > | operator- (const sentinel &y, const iterator< OtherConst > &x) |
|
◆ sentinel() [1/2]
◆ sentinel() [2/2]
◆ base()
◆ enumerate_view
◆ operator!= [1/2]
constexpr friend bool operator!= |
( |
const iterator< Const > & |
x, |
|
|
const sentinel< Const > & |
y |
|
) |
| |
|
friend |
◆ operator!= [2/2]
constexpr friend bool operator!= |
( |
const sentinel< Const > & |
y, |
|
|
const iterator< Const > & |
x |
|
) |
| |
|
friend |
◆ operator- [1/2]
◆ operator- [2/2]
◆ operator== [1/2]
constexpr friend bool operator== |
( |
const iterator< Const > & |
x, |
|
|
const sentinel< Const > & |
y |
|
) |
| |
|
friend |
◆ operator== [2/2]
constexpr friend bool operator== |
( |
const sentinel< Const > & |
y, |
|
|
const iterator< Const > & |
x |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: