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 29838f9 commit a600ffcCopy full SHA for a600ffc
README.md
@@ -3,7 +3,8 @@
3
4
A simple, header-only cpp library implementing smart pointer type traits.
5
You can easily compile your code diffrently depending on which pointer-type is used.
6
-You can detect inheritance too and you won't have trouble with const, volatile qualifiers.
+You can detect inheritance too and you won't have trouble with const, volatile qualifiers.
7
+It also contains member detections. (SFINAE based)
8
9
Type traits are generally used for static assertions and static polymorphism. (C++ 17 if constexpr)
10
However, the standard library's type traits do not support smart pointers, and do not detect inheritance.
0 commit comments