Rewrite ResultTypeIterator to be a mapped_iterator instead of an...
Rewrite ResultTypeIterator to be a mapped_iterator instead of an IndexedAccessorIterator. IndexedAccessorIterator makes some assumptions about the element type that do not hold for the result type, i.e. pointer elements. A mapped_iterator also better models the behavior of a ResultTypeIterator. -- PiperOrigin-RevId: 241345949
Loading
Please sign in to comment