Home
last modified time | relevance | path

Searched defs:cpp17_iterator_cursor (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/iterator/
H A Dcommon_iterator.hpp371 struct cpp17_iterator_cursor struct
375 I it_;
401 using difference_type = std::ptrdiff_t;
402 using value_type = iter_value_t<I>;
405 constexpr explicit cpp17_iterator_cursor(I i) in cpp17_iterator_cursor() function
409 I arrow() const in arrow()
413 decltype(auto) read() in read()
417 decltype(auto) read() const in read()
421 void next() in next()
430 auto prev() // in prev()
[all …]
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/iterator/
H A Dcommon_iterator.hpp371 struct cpp17_iterator_cursor struct
375 I it_;
401 using difference_type = std::ptrdiff_t;
402 using value_type = iter_value_t<I>;
405 constexpr explicit cpp17_iterator_cursor(I i) in cpp17_iterator_cursor() function
409 I arrow() const in arrow()
413 decltype(auto) read() in read()
417 decltype(auto) read() const in read()
421 void next() in next()
430 auto prev() // in prev()
[all …]