ProtocolCxx5.9.0

    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.

    Requirements