SyntaxFix
Write A Post
Hire A Developer
Questions
&& is new in C++11, and it signifies that the function accepts an RValue-Reference -- that is, a reference to an argument that is about to be destroyed.
&&