Move assignment operator

id: move-assignment-operator-277-18280884
title: Move assignment operator
text: In the C++ programming language, the move assignment operator = is used for transferring a temporary object to an existing object. The move assignment operator, like most C++ operators, can be overloaded. Like the copy assignment operator it is a special member function. If the move assignment operator is not explicitly defined, the compiler generates an implicit move assignment operator provided that copy/move constructors, copy assignment operator or destructors have not been declared. The par
brand slug: wiki
category slug: encyclopedia
description: Operator used in C++
original url: https://en.wikipedia.org/wiki/Move_assignment_operator
date created:
date modified: 2022-11-22T23:39:59Z
main entity: {"identifier":"Q25102009","url":"https://www.wikidata.org/entity/Q25102009"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part