一、简介
“Unlike other standard sequence containers, list and forward_list objects are specifically designed to be efficient inserting and removing elements in any position, even in the middle of the sequence.”
Lists将元素按顺序储存在链表中。与向量(vector)相比, 它允许快速的插入和删