I have this Objective-C container which I want to use in an algorithm that only takes STL iterators. Is there a generic adapter for NSEnumerator or id<NSFastEnumeration> that will provide appropriate STL iterators?
Also, is there a way to tell the difference between two NSEnumerators (a la STL iterator difference)? Is equality defined for NSEnumerators? Is it possible to clone an NSEnumerator? _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com