<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>《vector的push_back拷贝构造和空间占用分析》的评论</title>
	<atom:link href="https://zohead.com/archives/vector-push-back-space-copy/feed/" rel="self" type="application/rss+xml" />
	<link>https://zohead.com/archives/vector-push-back-space-copy/</link>
	<description>Uranus Zhou&#039;s Blog</description>
	<lastBuildDate>Wed, 26 Nov 2025 11:17:35 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8</generator>
	<item>
		<title>作者：Uranus Zhou</title>
		<link>https://zohead.com/archives/vector-push-back-space-copy/#comment-5409</link>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
		<pubDate>Tue, 01 Aug 2017 15:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=104#comment-5409</guid>
		<description><![CDATA[并不会哦，不会通过指针地址访问，访问 vector 的时候都是自动找到其中的对象的。]]></description>
		<content:encoded><![CDATA[<p>并不会哦，不会通过指针地址访问，访问 vector 的时候都是自动找到其中的对象的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：嘻嘻</title>
		<link>https://zohead.com/archives/vector-push-back-space-copy/#comment-5393</link>
		<dc:creator><![CDATA[嘻嘻]]></dc:creator>
		<pubDate>Tue, 01 Aug 2017 10:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=104#comment-5393</guid>
		<description><![CDATA[那是不是代表vector&lt;A&gt;的用法是危险的的，因为随着vector的自动扩容，地址会改变，因而会导致地址的失效。]]></description>
		<content:encoded><![CDATA[<p>那是不是代表vector<a>的用法是危险的的，因为随着vector的自动扩容，地址会改变，因而会导致地址的失效。</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
