If it is the std::list<std::pair<std::list<object>::iterator, std::list<object>::iterator>>::iterator, then you can access the first iterator by it->first and the second iterator by it->second.
To dereference these iterators just put a star in front: *it->first