Searched refs:ICI (Results 1 – 3 of 3) sorted by relevance
53 typedef input_iterator<CI> ICI; in testN() typedef66 assert(std::copy(ICI(c2.cbegin()), ICI(c2.cend()), c1.begin()) == c1.end()); in testN()
69 typedef input_iterator<CI> ICI; in testI() typedef71 c1.assign(ICI(c2.begin()), ICI(c2.end())); in testI()
134 typedef input_iterator<CI> ICI; in testI() typedef136 CI i = c1.insert(c1.begin() + P, ICI(c2.begin()), ICI(c2.end())); in testI()