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

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...

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)**.