<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://blog.atoery.cn/index.php/feed/rss/2025/05/25/149.html">
<title>JRNitre&#039;s Blog - [C++] 函数高级用法 的评论</title>
<link>https://blog.atoery.cn/index.php/2025/05/25/149.html</link>
<description>1.0 函数的默认参数函数的型参列表中，型参可以有默认值：返回值类型 函数名 (型参 = 默认值)int summation(int a = 10, int b = 20){  return a...</description>
<items>
<rdf:Seq>
</rdf:Seq>
</items>
</channel>
</rdf:RDF>