STL Rope - when and where to use

后端 未结 5 1424
無奈伤痛
無奈伤痛 2020-11-30 02:57

I was wondering under what circumstances you would use a rope over another STL container?

5条回答
  •  时光取名叫无心
    2020-11-30 03:49

    I wouldn't use it at all, but that's because I'm bit of an "easy portability" freak, and tend only to use bog-standard containers. The rope is part of SGI's STL implementation, and is not part of the C++ Standard.

提交回复
热议问题