Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Assignment_operator_(C++)> ?p ?o. }
  Showing items 1 to 16 of
  16
  with 100 items per page.
  
- Assignment_operator_(C++) abstract "In the C++ programming language, the assignment operator, '=', is the operator used for assignment. Like most other operators in C++, it can be overloaded.The copy assignment operator, often just called the "assignment operator", is a special case of assignment operator where the source (right-hand side) and destination (left-hand side) are of the same class type. It is one of the special member functions, which means that a default version of it is generated automatically by the compiler if the programmer does not declare one. The default version performs a memberwise copy, where each member is copied by its own copy assignment operator (which may also be programmer-declared or compiler-generated).The copy assignment operator differs from the copy constructor in that it must clean up the data members of the assignment's target (and correctly handle self-assignment) whereas the copy constructor assigns values to uninitialized data members. For example:".
 - Assignment_operator_(C++) wikiPageExternalLink the_anatomy_of_the_assignment_operator.html.
 - Assignment_operator_(C++) wikiPageID "7789356".
 - Assignment_operator_(C++) wikiPageRevisionID "606642907".
 - Assignment_operator_(C++) hasPhotoCollection Assignment_operator_(C++).
 - Assignment_operator_(C++) subject Category:C++.
 - Assignment_operator_(C++) subject Category:Operators_(programming).
 - Assignment_operator_(C++) comment "In the C++ programming language, the assignment operator, '=', is the operator used for assignment. Like most other operators in C++, it can be overloaded.The copy assignment operator, often just called the "assignment operator", is a special case of assignment operator where the source (right-hand side) and destination (left-hand side) are of the same class type.".
 - Assignment_operator_(C++) label "Assignment operator (C++)".
 - Assignment_operator_(C++) label "Операция присваивания в С++".
 - Assignment_operator_(C++) label "設定運算子 (C++)".
 - Assignment_operator_(C++) sameAs m.026d299.
 - Assignment_operator_(C++) sameAs Q2468917.
 - Assignment_operator_(C++) sameAs Q2468917.
 - Assignment_operator_(C++) wasDerivedFrom Assignment_operator_(C++)?oldid=606642907.
 - Assignment_operator_(C++) isPrimaryTopicOf Assignment_operator_(C++).