I land into std::vector header and saw somethings which I do not understand.
void push_back(_Ty&& _Val)
I can understand pointer to pointer, but is there anythings like reference to reference. What purpose it will serve?
May be I am asking very basic question, but this is something I see first time.