摘要: Lists are sequence containers that allow non-contiguous memory allocation. As compared to vector, the list has slow traversal, but once a position has 阅读全文
posted @ 2023-02-21 10:39 shendawei 阅读(38) 评论(0) 推荐(0)
摘要: Pair is used to combine together two values that may be of different data types. The pair container is a simple container defined in header consisting 阅读全文
posted @ 2023-02-21 10:24 shendawei 阅读(87) 评论(0) 推荐(0)