https://github.com/gabyx/tech-pr-cpp-value-catergories
Technical presentation about value catergories (rvalue/lvalue) in C++ and how to understand them...
https://github.com/gabyx/tech-pr-cpp-value-catergories
cpp cpp-library cpp-programming cpp17 cpp20 lvalue rvalue standard-library
Last synced: about 1 year ago
JSON representation
Technical presentation about value catergories (rvalue/lvalue) in C++ and how to understand them...
- Host: GitHub
- URL: https://github.com/gabyx/tech-pr-cpp-value-catergories
- Owner: gabyx
- Created: 2023-12-28T12:19:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T15:05:38.000Z (over 2 years ago)
- Last Synced: 2025-01-20T15:49:13.809Z (over 1 year ago)
- Topics: cpp, cpp-library, cpp-programming, cpp17, cpp20, lvalue, rvalue, standard-library
- Language: CSS
- Homepage: https://gabyx.github.io/tech-pr-cpp-value-catergories/
- Size: 60.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Types and Value-Categories in C++
## Mash up of Meeting C++ 2018
Gabriel Nützi, , 2018 at Cyfex AG, Zurich
**Note:** This presentation is unfortunately in German.
Most parts can still be understood hopefully.
When I have time I can translate it to English on request.
- [Teil 1](https://gabyx.github.io/tech-pr-cpp-value-catergories/#/10/0/-1)
- [Teil 1 Bemerkungen](https://gabyx.github.io/tech-pr-cpp-value-catergories/#/32/0/-1)
- [Teil 2](https://gabyx.github.io/tech-pr-cpp-value-catergories/#/44/0/-1)
[PDF](Presentation.pdf)
**This presentation was made with [technical-presentation](https://github.com/gabyx/technical-presentation)**.