Move Constructor

GPTKB entity

Statements (23)
Predicate Object
gptkbp:instance_of gptkb:Java_programming_language
gptkbp:can_be_explicitly_defined by the user
gptkbp:can_be_implicitly_defined by the compiler if no user-defined copy constructor exists
gptkbp:feature modern C++ programming
https://www.w3.org/2000/01/rdf-schema#label Move Constructor
gptkbp:improves performance by eliminating unnecessary copies
gptkbp:is_defined_by the class definition
using the '&&' rvalue reference syntax
gptkbp:is_not_called when an object is passed by value
gptkbp:is_often_accompanied_by a destructor
gptkbp:is_part_of gptkb:C++11_standard
gptkbp:is_related_to gptkb:Move_Assignment_Operator
gptkbp:is_used_in gptkb:std::vector
gptkb:std::unique_ptr
std::string
classes that manage dynamic resources
gptkbp:known_as when an object is initialized with an rvalue
gptkbp:purpose to transfer resources from one object to another
gptkbp:replaces to prevent moving of an object
gptkbp:throws exceptions if resource allocation fails
gptkbp:type_of gptkb:language
gptkbp:bfsParent gptkb:std::vector
gptkbp:bfsLayer 5