Home
last modified time | relevance | path

Searched defs:iterator_concept (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__iterator/
H A Dwrap_iter.h38 typedef contiguous_iterator_tag iterator_concept; typedef
H A Dbounded_iter.h46 using iterator_concept = contiguous_iterator_tag; member
H A Dreverse_iterator.h81 …using iterator_concept = _If<random_access_iterator<_Iter>, random_access_iterator_tag, bidirectio… variable
/openbsd/gnu/llvm/libcxx/include/__filesystem/
H A Dpath_iterator.h46 typedef bidirectional_iterator_tag iterator_concept; typedef