What is std::move?



What is std::move?..

Answer / nashiinformaticssolutions

std::move enables transfer of resources from one object to another, facilitating move semantics.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

why the size of an empty class is 1

4 Answers  


Which coding certification is best?

1 Answers  


Differences between private, protected and public and give examples.

1 Answers  


How do you save a c++ program?

1 Answers  


If there are two catch statements, one for base and one for derived, which should come first?

1 Answers  


Describe Trees using C++ with an example.

1 Answers  


What is the full form of c++?

1 Answers  


What is a unnitialised pointer?

1 Answers  


What is constructor c++?

1 Answers  


What is a character in c++?

1 Answers  


What is size of null class?

6 Answers   HP,


What are the basics concepts of OOPS?

1 Answers  


Categories