I have the following code to test the move constructor in C++. The class MovableArray is designed using the copy and swap idiom. I want to test that move semantics
MovableArray