V
Size: a a a
V
AM
V
AM
V
V
AP
AP
AP
A
AM
AM
AP
AT
std::pair<int, std::vector<int>> x{123, {1, 2, 3}}; auto y = std::move(x); assert(x.first == 123);
.D
std::pair<int, std::vector<int>> x{123, {1, 2, 3}}; auto y = std::move(x); assert(x.first == 123);
.AT
D
std::pair<int, std::vector<int>> x{123, {1, 2, 3}}; auto y = std::move(x); assert(x.first == 123);
.ДЛ
AT
D