It has 7 methods. There is a constructor, a destructor, a copy constructor, an assignment operation, an address-of operation and in C++11 were added two extra methods - a move constructor and a move assignment (if the object constructed/assigned via rvalue).
Login in to like
Login in to comment