The video explains in detail what rvalues and lvalues are. Rvalue and lvalue are 2 important concept in C++, and any serious C++ programmer should have a good understanding of them. C++ 11 introduced a new feature called rvalue reference, which has made it more important to learn rvalue and lvalue.