Insert a temporary. One move:
constructed by rvalue reference.
Insert a temporary(2). Two moves:
constructed by rvalue reference.
constructed by rvalue reference.
Resize with temporary(3). Two moves:
constructed by rvalue reference.
constructed by rvalue reference.
Insert a variable. One copy:
constructed by non-const lvalue reference.
Insert a variable(2). One move, one copy:
constructed by non-const lvalue reference.
constructed by rvalue reference.
Resize with variable(3). Two moves:
constructed by rvalue reference.
constructed by rvalue reference.
Insert a nothing. No copy or move:
Insert a nothing(2). One move:
constructed by rvalue reference.
Resize with nothing(3). Two moves:
constructed by rvalue reference.
constructed by rvalue reference.