Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tvaneerd/cpp17_in_tts
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
https://github.com/tvaneerd/cpp17_in_tts
concepts cpp cpp17 optional structured-bindings template-metaprogramming tony-tables variant
Last synced: 7 days ago
JSON representation
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
- Host: GitHub
- URL: https://github.com/tvaneerd/cpp17_in_tts
- Owner: tvaneerd
- Created: 2017-02-16T20:04:45.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T01:15:38.000Z (over 3 years ago)
- Last Synced: 2024-10-15T09:41:07.603Z (22 days ago)
- Topics: concepts, cpp, cpp17, optional, structured-bindings, template-metaprogramming, tony-tables, variant
- Homepage:
- Size: 89.8 KB
- Stars: 1,203
- Watchers: 108
- Forks: 124
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp17_in_TTs
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the tables were my idea, but name wasn't).There are actually over 100 changes in C++17, only some of them are listed here.
See the list of files in the repo - typically one file per feature (hopefully obvious via the file name).
Or look at them all at once in [ALL_IN_ONE.md](ALL_IN_ONE.md) (which is regenerated semi-regularly)Some sources and/or places for good C++17 info:
https://jfbastien.github.io/what-is-cpp17/#/
http://www.bfilipek.com/2017/01/cpp17features.html
https://github.com/AnthonyCalandra/modern-cpp-features
http://en.cppreference.com
http://stackoverflow.com
Bryce Adelstein Lelbach's talk to be seen at C++Now 2017
https://skebanga.github.io/structured-bindings/ (structured bindings)
https://github.com/accuBayArea/Slides/blob/master/slides/2017-04-19.pdf (polymorphic memory resources)-**Caveat:** _This was made by humans. It likely contains errors._
Created with the support from my employer, [Christie Digital Systems, Inc.](http://christiedigital.com)
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.