Protocolswift 6.0.1Cxx
CxxPair
A C++ type that represents a pair of two values.
protocol CxxPair<First, Second>
C++ standard library type std::pair
conforms to this protocol.
A C++ type that represents a pair of two values.
protocol CxxPair<First, Second>
C++ standard library type std::pair
conforms to this protocol.