Home
last modified time | relevance | path

Searched refs:random_access_range (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dranges1414 template<random_access_range _Range>
1766 if constexpr (random_access_range<_Base>)
1851 operator+=(difference_type __n) requires random_access_range<_Base>
1858 operator-=(difference_type __n) requires random_access_range<_Base>
1866 requires random_access_range<_Base>
1876 requires random_access_range<_Base>
1881 requires random_access_range<_Base>
1886 requires random_access_range<_Base>
1891 requires random_access_range<_Base>
1897 requires random_access_range<_Base>
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dranges_algo.h1615 template<random_access_range _Range, typename _Gen> in _GLIBCXX_VISIBILITY()
1644 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1672 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1700 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1728 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1764 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1794 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1823 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1851 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
1892 template<random_access_range _Range, in _GLIBCXX_VISIBILITY()
[all …]
Dranges_util.h174 template<random_access_range _Range = _Derived> in _GLIBCXX_VISIBILITY()
179 template<random_access_range _Range = const _Derived> in _GLIBCXX_VISIBILITY()
Dranges_base.h675 concept random_access_range in _GLIBCXX_VISIBILITY() local
681 = random_access_range<_Tp> && contiguous_iterator<iterator_t<_Tp>> in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2019293 (random_access_range, contiguous_range, common_range): Move here from
834 (ranges::bidirectional_range, ranges::random_access_range)