<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>C++17 on Hical</title><link>https://hicalio.cn/tags/c++17/</link><description>Recent content in C++17 on Hical</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sun, 19 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://hicalio.cn/tags/c++17/index.xml" rel="self" type="application/rss+xml"/><item><title>C++17 实战心得：那些真正改变我写代码方式的特性</title><link>https://hicalio.cn/posts/cpp17-features-in-practice/</link><pubDate>Sun, 19 Apr 2026 00:00:00 +0000</pubDate><guid>https://hicalio.cn/posts/cpp17-features-in-practice/</guid><description>作为游戏服务器开发者，总结 C++17 中真正高频使用、显著提升开发体验的特性：结构化绑定、if constexpr、std::optional、string_view、折叠表达式等，附实战场景和踩坑记录。</description></item><item><title>为 C++ Web 框架设计三层 PMR 内存池：从原理到实战</title><link>https://hicalio.cn/posts/01-pmr-memory-pool-design/</link><pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate><guid>https://hicalio.cn/posts/01-pmr-memory-pool-design/</guid><description>以 Hical 框架为例，深入讲解如何利用 C++17 PMR（Polymorphic Memory Resource）为高并发 Web 服务器构建三层内存池架构。</description></item><item><title>用 if constexpr + 模板在一份代码中同时处理 TCP 和 SSL 连接</title><link>https://hicalio.cn/posts/04-if-constexpr-tcp-ssl-unification/</link><pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate><guid>https://hicalio.cn/posts/04-if-constexpr-tcp-ssl-unification/</guid><description>以 Hical 框架的 GenericConnection 为例，用 C++17 if constexpr + 类型萃取在一个模板类中统一 TCP 和 SSL 连接。</description></item><item><title>深入学习 C++17 PMR（Polymorphic Memory Resource）</title><link>https://hicalio.cn/posts/%E6%B7%B1%E5%85%A5%E5%AD%A6%E4%B9%A0cpp17_pmr/</link><pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate><guid>https://hicalio.cn/posts/%E6%B7%B1%E5%85%A5%E5%AD%A6%E4%B9%A0cpp17_pmr/</guid><description>全面解析 C++17 PMR（多态内存资源）：从设计动机、核心类体系、内置资源实现，到自定义 memory_resource、游戏服务器实战场景，一篇掌握现代 C++ 内存分配定制化方案。</description></item></channel></rss>