<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: TheGhost</title>
    <description>The latest articles on Forem by TheGhost (@theghost_194).</description>
    <link>https://forem.com/theghost_194</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2752950%2F79d5a787-2c6f-409b-8e07-1938b57f4ecc.jpg</url>
      <title>Forem: TheGhost</title>
      <link>https://forem.com/theghost_194</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/theghost_194"/>
    <language>en</language>
    <item>
      <title>std::move doesn't move anything: A deep dive into Value Categorie</title>
      <dc:creator>TheGhost</dc:creator>
      <pubDate>Wed, 10 Dec 2025 10:11:48 +0000</pubDate>
      <link>https://forem.com/theghost_194/stdmove-doesnt-move-anything-a-deep-dive-into-value-categorie-1h06</link>
      <guid>https://forem.com/theghost_194/stdmove-doesnt-move-anything-a-deep-dive-into-value-categorie-1h06</guid>
      <description>&lt;p&gt;Hi everyone,&lt;br&gt;
​I just published a deep dive on why &lt;code&gt;std::move&lt;/code&gt; is actually just a cast. This is my first technical post, and I spent a lot of time preparing it.&lt;br&gt;
Writing this actually helped me learn things i didn't know before like the RVO in cpp17 and how &lt;code&gt;noexcept&lt;/code&gt; is required for move constructors to work with standard library.&lt;br&gt;
I will love feedback on the article. If i missed anything or if there is a better way to explain those concepts or I was wrong about something, please let me know.&lt;br&gt;
I am here to learn&lt;br&gt;
Article link: &lt;a href="https://0xghost.dev/blog/std-move-deep-dive/" rel="noopener noreferrer"&gt;https://0xghost.dev/blog/std-move-deep-dive/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cpp</category>
      <category>performance</category>
    </item>
  </channel>
</rss>
