<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Template - 标签 - LoveIt</title>
        <link>https://zhengqijun0121.github.io/blog/tags/template/</link>
        <description>Template - 标签 - LoveIt</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>zhengqijun0121@qq.com (zhengqijun0121)</managingEditor>
            <webMaster>zhengqijun0121@qq.com (zhengqijun0121)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Sun, 11 Jan 2026 09:00:00 &#43;0800</lastBuildDate><atom:link href="https://zhengqijun0121.github.io/blog/tags/template/" rel="self" type="application/rss+xml" /><item>
    <title>C&#43;&#43; 模板编程详细总结</title>
    <link>https://zhengqijun0121.github.io/blog/006_cpp%E6%A8%A1%E6%9D%BF%E7%BC%96%E7%A8%8B%E8%AF%A6%E7%BB%86%E6%80%BB%E7%BB%93/</link>
    <pubDate>Sun, 11 Jan 2026 09:00:00 &#43;0800</pubDate>
    <author>zhengqijun0121@qq.com (zhengqijun0121)</author>
    <guid>https://zhengqijun0121.github.io/blog/006_cpp%E6%A8%A1%E6%9D%BF%E7%BC%96%E7%A8%8B%E8%AF%A6%E7%BB%86%E6%80%BB%E7%BB%93/</guid>
    <description><![CDATA[<h1 id="c-模板编程-超详细全面总结">C++ 模板编程 超详细全面总结</h1>
<p>模板是C++<strong>泛型编程</strong>的核心基石，本质是<strong>编译期代码生成机制</strong>：编译器根据传入的类型/常量参数，在编译期自动生成类型安全、零运行时开销的具体代码，实现“一次编写，任意类型复用”，同时支撑编译期计算、类型元编程等高级特性。</p>]]></description>
</item>
</channel>
</rss>
