标签: c++ memory-layout std-variant
我在堆栈中分配了std::vector个类型为std::variant的类型。由于每个变体的大小是可变的。我想知道向量在堆栈中的内存布局是什么。
std::vector
std::variant