<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>爱编程的大丙</title>
  
  <subtitle>知识分享</subtitle>
  <link href="https://subingwen.cn/atom.xml" rel="self"/>
  
  <link href="https://subingwen.cn/"/>
  <updated>2026-05-18T11:07:29.082Z</updated>
  <id>https://subingwen.cn/</id>
  
  <author>
    <name>苏丙榅</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>文件系统 - 文件与目录的 CRUD</title>
    <link href="https://subingwen.cn/cpp/filesystem2/"/>
    <id>https://subingwen.cn/cpp/filesystem2/</id>
    <published>2026-05-17T10:18:39.000Z</published>
    <updated>2026-05-18T11:07:29.082Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>文件系统 - 文件路径以及文件的状态和属性</title>
    <link href="https://subingwen.cn/cpp/filesystem1/"/>
    <id>https://subingwen.cn/cpp/filesystem1/</id>
    <published>2026-05-14T03:24:17.000Z</published>
    <updated>2026-05-18T11:09:27.354Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>搜索器</title>
    <link href="https://subingwen.cn/cpp/search/"/>
    <id>https://subingwen.cn/cpp/search/</id>
    <published>2026-05-13T02:14:20.000Z</published>
    <updated>2026-05-13T09:34:29.839Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>多线程之读写锁</title>
    <link href="https://subingwen.cn/cpp/shared_mutex/"/>
    <id>https://subingwen.cn/cpp/shared_mutex/</id>
    <published>2026-05-12T13:07:06.000Z</published>
    <updated>2026-05-12T15:12:26.979Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>智能指针的增强</title>
    <link href="https://subingwen.cn/cpp/smart_pointer/"/>
    <id>https://subingwen.cn/cpp/smart_pointer/</id>
    <published>2026-05-12T09:05:49.000Z</published>
    <updated>2026-05-12T09:05:29.994Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>字符转换</title>
    <link href="https://subingwen.cn/cpp/charconv/"/>
    <id>https://subingwen.cn/cpp/charconv/</id>
    <published>2026-05-11T09:34:05.000Z</published>
    <updated>2026-05-11T15:37:49.970Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>并行算法</title>
    <link href="https://subingwen.cn/cpp/parallel_algorithms/"/>
    <id>https://subingwen.cn/cpp/parallel_algorithms/</id>
    <published>2026-05-10T10:49:50.000Z</published>
    <updated>2026-05-10T15:07:52.977Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>原始字节类型 - std::byte</title>
    <link href="https://subingwen.cn/cpp/byte/"/>
    <id>https://subingwen.cn/cpp/byte/</id>
    <published>2026-05-10T01:51:20.000Z</published>
    <updated>2026-05-10T10:33:33.534Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>将左值引用转换为常量引用 - std::as_const</title>
    <link href="https://subingwen.cn/cpp/as_const/"/>
    <id>https://subingwen.cn/cpp/as_const/</id>
    <published>2026-05-09T14:15:06.000Z</published>
    <updated>2026-05-09T17:01:36.684Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>字符串视图（非拥有视图）- string_view</title>
    <link href="https://subingwen.cn/cpp/string_view/"/>
    <id>https://subingwen.cn/cpp/string_view/</id>
    <published>2026-05-09T12:17:51.000Z</published>
    <updated>2026-05-09T10:39:02.229Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>薛定谔的盒子 - std::optional</title>
    <link href="https://subingwen.cn/cpp/optional/"/>
    <id>https://subingwen.cn/cpp/optional/</id>
    <published>2026-05-09T03:44:13.000Z</published>
    <updated>2026-05-09T03:43:45.911Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>类型安全的联合体 -- std::variant</title>
    <link href="https://subingwen.cn/cpp/variant/"/>
    <id>https://subingwen.cn/cpp/variant/</id>
    <published>2026-05-08T09:53:08.000Z</published>
    <updated>2026-05-08T14:51:30.525Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>类型安全的任意类型容器 - std::any</title>
    <link href="https://subingwen.cn/cpp/any/"/>
    <id>https://subingwen.cn/cpp/any/</id>
    <published>2026-05-08T02:36:05.000Z</published>
    <updated>2026-05-08T09:28:14.286Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>std::map/set/unordered_map/unordered_set 的改进</title>
    <link href="https://subingwen.cn/cpp/map_set/"/>
    <id>https://subingwen.cn/cpp/map_set/</id>
    <published>2026-05-08T02:06:55.000Z</published>
    <updated>2026-05-08T02:08:36.650Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>通用否定器 - std::not_fn</title>
    <link href="https://subingwen.cn/cpp/not_fn/"/>
    <id>https://subingwen.cn/cpp/not_fn/</id>
    <published>2026-05-07T08:54:04.000Z</published>
    <updated>2026-05-07T11:12:44.880Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>终极元组解包器 - std::apply / std::make_from_tuple</title>
    <link href="https://subingwen.cn/cpp/apply/"/>
    <id>https://subingwen.cn/cpp/apply/</id>
    <published>2026-05-07T03:45:17.000Z</published>
    <updated>2026-05-08T04:11:34.444Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>万能调用神技 std::invoke</title>
    <link href="https://subingwen.cn/cpp/invoke/"/>
    <id>https://subingwen.cn/cpp/invoke/</id>
    <published>2026-05-07T01:12:20.000Z</published>
    <updated>2026-05-07T03:10:02.714Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>类模板参数推导</title>
    <link href="https://subingwen.cn/cpp/ctad/"/>
    <id>https://subingwen.cn/cpp/ctad/</id>
    <published>2026-04-30T02:32:20.000Z</published>
    <updated>2026-05-06T09:00:53.620Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>带有 auto 类型的非类型模板参数</title>
    <link href="https://subingwen.cn/cpp/template-auto/"/>
    <id>https://subingwen.cn/cpp/template-auto/</id>
    <published>2026-04-29T03:03:39.000Z</published>
    <updated>2026-04-29T10:07:18.006Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
  <entry>
    <title>枚举的直接列表初始化 - 对 enum class 的改进</title>
    <link href="https://subingwen.cn/cpp/enum-init/"/>
    <id>https://subingwen.cn/cpp/enum-init/</id>
    <published>2026-04-28T10:10:20.000Z</published>
    <updated>2026-04-28T11:23:09.011Z</updated>
    
    
      
      
    <summary type="html"></summary>
      
    
    
    
    <category term="C++" scheme="https://subingwen.cn/categories/C/"/>
    
    
    <category term="C++17" scheme="https://subingwen.cn/tags/C-17/"/>
    
  </entry>
  
</feed>
