There are examples take from book "Effective Modern C++" by Scott Meyers with my changes and addition for introduction into "Rvalue References, Move Semantics, and Perfect Forwarding"
Build and Run:
./br filename.cpp
Example:
./br ex1_types_const_basic.cpp