instruct std::list.push_back() to make use of the heap allocated memory address

后端 未结 0 678
情歌与酒
情歌与酒 2020-12-29 00:51

As far as I know std::list stores it\'s elements internally in a doubly linked list format which means heap memory is allocated. Suppose if I already have a var

相关标签:
回答
  • 消灭零回复
提交回复
热议问题