.. include:: .. sidebar:: Documentation * `std::list `__ @ `cppreference.com `__ * `std::list `__ @ `cplusplus.com `__ ``list<>`` ========== .. contents:: :local: Insertion and Deletion ---------------------- .. list-table:: * * * Insertion at arbitrary position * Pointer rearrangement |longrightarrow| constant time * Deletion at arbitrary position * Pointer rearrangement |longrightarrow| constant time * .. image:: 40-35-00-list.dia