mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This is an inheritor of the existing `UnsafeCxxInputIterator` protocol, with the only difference being the ability to mutate `var pointee` via a non-const `operator*()`. This is needed to support mutable subscripts for `std::map` via `CxxDictionary`. rdar://105399019
245 KiB
245 KiB