Can a node type in an intrusive linked list be copyable and movable?

后端 未结 0 409
灰色年华
灰色年华 2021-01-01 06:27

In an intrusive linked list, the element type T stores the next/prev pointers to elements after/before it.

If we allow T to be copyable and movable (i.e. not deleting

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