We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315b28c commit 02ec6ecCopy full SHA for 02ec6ec
README.md
@@ -36,6 +36,10 @@ There are currently no plans to support [vcpkg](https://learn.microsoft.com/en-u
36
37
### Canonical usage example
38
39
+Let's assume that we have a set of types representing different shapes.
40
+We can use a trait to model the behavior that all shapes have in common, such as calculating the area.
41
+This behavior can then be defined individually for each type and does not need to be part of the original type definition:
42
+
43
```c++
44
#include <iostream>
45
#include <numbers>
0 commit comments