ProtocolCxx5.9.0
CxxConvertibleToCollection
A C++ type that can be converted to a Swift collection.
protocol CxxConvertibleToCollection<Element>
Requirements
Citizens in Cxx
Members
Subtypes
protocol CxxRandomAccessCollection
protocol CxxSequence
Use this protocol to conform custom C++ sequence types to Swift’s
Sequence
protocol like this:
Citizens in Cxx
where Self:Sequence