Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.