Pages
- Technical Infos
- Modern C++
- General syntax and selected features
- Algorithms of STL
- Arithmetic utilities
- Attributes
- consteval, constinit, constexpr, const
- Container classes in STL
- Container improvements
- Date and Time
- Fold expressions
- Initializer within if and switch statement
- Iterators
- Lambda expressions
- Other improvements
- Random numbers
- Smart pointers
- Spaceship operator
- std::any
- std::format
- std::optional
- std::regex
- std::span
- Strings and streams
- Structured binding
- Template improvements
- Uniform initialization
- Useful helper functions and utilities
- Avoid out parameters, prefer (multiple) return values
- std::variant
- Filesystem
- Modules
- MultiThreading
- Optimization
- Ranges, views and pipes
- Concepts
- References and Overview
- General syntax and selected features
- Tools