docs: update singleton

This commit is contained in:
Ilkka Seppälä
2024-05-20 20:58:05 +03:00
parent e76bdffab4
commit 547cf20140
6 changed files with 47 additions and 30 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
---
title: CRTP
title: Curiously Recurring Template Pattern
language: en
category: Structural
tag:
@@ -10,10 +10,11 @@ tag:
## Also known as
* CRTP
* Mixin Inheritance
* Recursive Type Bound
* Recursive Generic
* Static Polymorphism
* Mixin Inheritance
## Intent