Searched defs:IIterator (Results 1 – 1 of 1) sorted by relevance
57 IIterator(const IIterator& it) in IIterator() function63 IIterator(const typename Type::Ptr& it) in IIterator() function70 IIterator(IIterator&& it) noexcept : it_(move(it.it_)) {} in IIterator() function71 IIterator(typename Type::Ptr&& it) noexcept : it_(move(it)) {} in IIterator() function