LinkedList Part

前端 未结 4 1363
小鲜肉
小鲜肉 2021-01-28 12:44

I think I might have done something right, headByRating and headByName both refer to the same address.

I have been drawing diagras working all day trying new things etc,

4条回答
  •  耶瑟儿~
    2021-01-28 13:16

    If you are need to use list with several indexes you should consider using boost::multi_index instead of inventing the wheel.

提交回复
热议问题