Searched refs:IntIterator (Results 1 – 1 of 1) sorted by relevance
76 using IntIterator = PointerWrapper<int>; typedef85 static_assert(&IntIterator::operator* == &IntIterator::operator*, "");86 static_assert(&IntIterator::operator-> == &IntIterator::operator->, "");87 static_assert(&IntIterator::operator[] == &IntIterator::operator[], "");104 IntIterator I(&Number); in TEST()105 const IntIterator IC(&Number); in TEST()