HomeSort by: relevance | last modified time | path
    Searched defs:subrange_kind (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ranges_util.h 255 enum class subrange_kind : bool { unsized, sized }; class in namespace:ranges
259 subrange_kind _Kind = sized_sentinel_for<_Sent, _It>
260 ? subrange_kind::sized : subrange_kind::unsized>
261 requires (_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _It>)
266 = _Kind == subrange_kind::sized && !sized_sentinel_for<_Sent, _It>;
310 requires (_Kind == subrange_kind::sized)
342 requires (_Kind == subrange_kind::sized)
366 size() const requires (_Kind == subrange_kind::sized)
427 -> subrange<_It, _Sent, subrange_kind::sized>
    [all...]
ranges_util.h 255 enum class subrange_kind : bool { unsized, sized }; class in namespace:ranges
259 subrange_kind _Kind = sized_sentinel_for<_Sent, _It>
260 ? subrange_kind::sized : subrange_kind::unsized>
261 requires (_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _It>)
266 = _Kind == subrange_kind::sized && !sized_sentinel_for<_Sent, _It>;
310 requires (_Kind == subrange_kind::sized)
342 requires (_Kind == subrange_kind::sized)
366 size() const requires (_Kind == subrange_kind::sized)
427 -> subrange<_It, _Sent, subrange_kind::sized>
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ranges_util.h 221 enum class subrange_kind : bool { unsized, sized }; class in namespace:ranges
225 subrange_kind _Kind = sized_sentinel_for<_Sent, _It>
226 ? subrange_kind::sized : subrange_kind::unsized>
227 requires (_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _It>)
232 = _Kind == subrange_kind::sized && !sized_sentinel_for<_Sent, _It>;
268 requires (_Kind == subrange_kind::sized)
303 requires (_Kind == subrange_kind::sized)
327 size() const requires (_Kind == subrange_kind::sized)
388 -> subrange<_It, _Sent, subrange_kind::sized>
    [all...]
ranges_util.h 221 enum class subrange_kind : bool { unsized, sized }; class in namespace:ranges
225 subrange_kind _Kind = sized_sentinel_for<_Sent, _It>
226 ? subrange_kind::sized : subrange_kind::unsized>
227 requires (_Kind == subrange_kind::sized || !sized_sentinel_for<_Sent, _It>)
232 = _Kind == subrange_kind::sized && !sized_sentinel_for<_Sent, _It>;
268 requires (_Kind == subrange_kind::sized)
303 requires (_Kind == subrange_kind::sized)
327 size() const requires (_Kind == subrange_kind::sized)
388 -> subrange<_It, _Sent, subrange_kind::sized>
    [all...]

Completed in 45 milliseconds