<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>e-sygoing.link — Templates</title>
  <link>https://e-sygoing.link</link>
  <description>Latest links in the Templates category</description>
  <language>en-us</language>
  <lastBuildDate>Mon, 25 May 2026 02:49:30 -0400</lastBuildDate>
  <atom:link href="https://e-sygoing.link/rss.php?type=new&amp;cid=88258"
             rel="self" type="application/rss+xml"/>
    <item>
    <title>Templates and Inheritance Interacting in C++</title>
    <link>https://e-sygoing.link/link/5642017-templates-and-inheritance-interacting-in-c</link>
    <description>Discover the interesting ways that templates and inheritance interact by taking a close look at named template arguments, the Empty Base Class Optimization (EBCO), the Curiously Recurring Template Pattern (CRTP), and parameterized virtuality.</description>
    <pubDate>Sat, 25 Apr 2026 00:19:58 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5642017</guid>
  </item>
    <item>
    <title>A Deeper Look at Metafunctions</title>
    <link>https://e-sygoing.link/link/5642019-a-deeper-look-at-metafunctions</link>
    <description>This article investigates the use of metafunctions in template metaprogramming, and introduces the Boost Metaprogramming Library. It is an excerpt from the book, C++ Template Metaprogramming by David Abrahams and Aleksey Gurtovoy.</description>
    <pubDate>Sun, 11 Jan 2026 16:38:54 -0500</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5642019</guid>
  </item>
    <item>
    <title>Using Template Functions to Customize Library Behavior</title>
    <link>https://e-sygoing.link/link/5642012-using-template-functions-to-customize-library-behavior</link>
    <description>Looks at function templates and how they can be used to provide hooks for customizing behavior.</description>
    <pubDate>Thu, 25 Dec 2025 02:04:31 -0500</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5642012</guid>
  </item>
    <item>
    <title>Templates for Efficient Dynamic Type Checking</title>
    <link>https://e-sygoing.link/link/5642008-templates-for-efficient-dynamic-type-checking</link>
    <description>Ivan J. Johnson&#039;s template that makes it easy to check  casts without losing performance</description>
    <pubDate>Sun, 26 Oct 2025 17:22:15 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5642008</guid>
  </item>
    <item>
    <title>An Improved Variant Type Based on Member Templates</title>
    <link>https://e-sygoing.link/link/5642013-an-improved-variant-type-based-on-member-templates</link>
    <description>This article presents the class variant_t, which encapsulates a mechanism to hold values of arbitrary types.</description>
    <pubDate>Wed, 24 Sep 2025 05:29:09 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5642013</guid>
  </item>
    <item>
    <title>Typed Buffers, Part 1</title>
    <link>https://e-sygoing.link/link/5642011-typed-buffers-part-1</link>
    <description>This article treats memory buffers in C++, but with two twists: first, the buffers are generic, which means they can contain typed data. Second, the buffers are as efficient as their hosted type and the host operating system allows, in every aspect.</description>
    <pubDate>Sun, 17 Aug 2025 11:13:01 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5642011</guid>
  </item>
    <item>
    <title>Policy-Based Class Design in C++</title>
    <link>https://e-sygoing.link/link/5642016-policy-based-class-design-in-c</link>
    <description>Describes policies and policy classes, important class design techniques that enable the creation of flexible, highly reusable libraries.</description>
    <pubDate>Tue, 27 May 2025 09:13:35 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5642016</guid>
  </item>
    <item>
    <title>Typedef Templates</title>
    <link>https://e-sygoing.link/link/5642003-typedef-templates</link>
    <description>Describes an extension to the C++ standard: typedef templates. Also shows workarounds for current C++ compilers.</description>
    <pubDate>Sun, 27 Apr 2025 08:35:51 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5642003</guid>
  </item>
    <item>
    <title>Partial Template Implementation</title>
    <link>https://e-sygoing.link/link/5642004-partial-template-implementation</link>
    <description>Describes partial template specialization and partial ordering of function templates.</description>
    <pubDate>Wed, 28 Aug 2024 12:27:53 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5642004</guid>
  </item>
    <item>
    <title>Template Argument Matching</title>
    <link>https://e-sygoing.link/link/5642005-template-argument-matching</link>
    <description>Takes a look at template argument matching and shows two limitation of Microsoft&#039;s compiler in this regard.</description>
    <pubDate>Fri, 16 Aug 2024 06:27:41 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5642005</guid>
  </item>
  </channel>
</rss>
