SGISTL源碼閱讀十二 list容器中

SGISTL源碼閱讀十二 list容器中 前言 在list容器上中我們介紹了list的數據結構,構造,空間分配等。接下來我們繼續分析list的一些相關操作。 深入源碼 begin()/end //返回頭節點 iterator begin() { return (link_type)((*node).next); } const_iterator begin() const { return (li
相關文章
相關標籤/搜索