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 418e6ed commit d7e40d1Copy full SHA for d7e40d1
README.md
@@ -1,4 +1,6 @@
1
# Smart Pointer Type Trait🎈
2
+<img src="https://img.shields.io/badge/Launguage-C%2B%2B-green?link=https://isocpp.org/"/> <img src="https://img.shields.io/badge/C%2B%2B-14%2C%2017-blue?link=https://en.wikipedia.org/wiki/C%2B%2B17"/> <img src="https://img.shields.io/badge/Build-success-brightgreen?link=https://github.com/MyeongWoonJang/cpp-smart-pointer-type-trait/releases/tag/release"/>
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 find inheritance and you won't have trouble with const, volatile keywords.
0 commit comments