operator + method

DBusSignature operator +(
  1. DBusSignature other
)

Implementation

DBusSignature operator +(DBusSignature other) =>
    DBusSignature(value + other.value);