<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>C++ - 分类 - 编程日志</title><link>https://mengdemao.com/categories/c++/</link><description>C++ - 分类 - 编程日志</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>megndemao19951021@gmail.com (mengdemao)</managingEditor><webMaster>megndemao19951021@gmail.com (mengdemao)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Wed, 06 Oct 2021 11:24:07 +0800</lastBuildDate><atom:link href="https://mengdemao.com/categories/c++/" rel="self" type="application/rss+xml"/><item><title>STL基础笔记</title><link>https://mengdemao.com/2021/10/stl_basic/</link><pubDate>Wed, 06 Oct 2021 11:24:07 +0800</pubDate><author><name>mengdemao</name></author><guid>https://mengdemao.com/2021/10/stl_basic/</guid><description><![CDATA[<div class="featured-image">
                <img src="featuredImage/11.webp" referrerpolicy="no-referrer">
            </div><blockquote>
  <p>STL称为标准模板库(Standard Template Library)
广义上可以分为容器,算法,迭代器
容器和算法通过迭代器进行无缝连接
STL几乎所有的代码都采用了函数模版或者类模板</p>]]></description></item></channel></rss>