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