Protocolswift 6.1.2Cxx
UnsafeCxxMutableRandomAccessIterator
protocol UnsafeCxxMutableRandomAccessIterator : UnsafeCxxMutableInputIterator, UnsafeCxxRandomAccessIterator
Browse conforming typesprotocol UnsafeCxxMutableRandomAccessIterator : UnsafeCxxMutableInputIterator, UnsafeCxxRandomAccessIterator
import Cxx
protocol UnsafeCxxMutableInputIterator : UnsafeCxxInputIterator
protocol UnsafeCxxRandomAccessIterator : UnsafeCxxInputIterator
Bridged C++ iterator that allows computing the distance between two of its instances, and advancing an instance by a given number of elements.
protocol Equatable
A type that can be compared for value equality.
protocol UnsafeCxxInputIterator : Equatable
Bridged C++ iterator that allows to traverse the elements of a sequence using a for-in loop.
protocol UnsafeCxxMutableContiguousIterator : UnsafeCxxContiguousIterator, UnsafeCxxMutableRandomAccessIterator