Searched defs:BadIter (Results 1 – 5 of 5) sorted by relevance
16 struct BadIter { struct36 BadIter& operator++(); argument
123 using BadIter [[maybe_unused]] = int; in ContainerAdaptorDeductionGuidesSfinaeAway() local178 using BadIter = int; in AssociativeContainerDeductionGuidesSfinaeAway() local288 using BadIter = int; in UnorderedContainerDeductionGuidesSfinaeAway() local
355 struct BadIter { struct356 hint: usize,357 count: usize,360 impl Iterator for BadIter { implementation
20 using BadIter = std::reverse_iterator<forward_iterator<int*>>; in f() typedef
294 using BadIter = int; in main() typedef