ASO - Assignment operator

From RAD Studio
Jump to: navigation, search

Go Up to C++ Audits

Description

Depending on the detected problem, the ASO audit can generate the following messages:

  • Check for assignment to self in operator '%s'
  • Make an explicit call to '%s::operator='
  • Assign to '%s' in operator=
  • Return a reference to *this in operator '%s'

See Also