Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/
H A Dcpp20_iter_concepts.pass.cpp26 struct OtherTagTwo : std::output_iterator_tag {}; struct
51 using iterator_category = OtherTagTwo;
76 ASSERT_SAME_TYPE(std::_ITER_CONCEPT<MyIter3>, OtherTagTwo); in main()