Searched refs:OtherTagTwo (Results 1 – 1 of 1) sorted by relevance
26 struct OtherTagTwo : std::output_iterator_tag {}; struct51 using iterator_category = OtherTagTwo;76 ASSERT_SAME_TYPE(std::_ITER_CONCEPT<MyIter3>, OtherTagTwo); in main()