RefQualifier

public enum RefQualifier

Represents the qualifier for C++ methods that determines how the implicit this parameter is used in the method.

  • An l-value ref qualifier (&)

    Declaration

    Swift

    case lvalue
  • An r-value ref qualifier (&&)

    Declaration

    Swift

    case rvalue