Near the end, they say this:
"Types without a move constructor, but with a copy constructor that accepts const T& arguments, satisfy std::is_move_constructible"
What exactly does this mean? Can someone give a code example of when an rvalue can be bound to a copy constructor?