hackingcpp / comments

Comments regarding hackingcpp.com
0 stars 0 forks source link

cpp/std/special_containers #50

Open utterances-bot opened 5 months ago

utterances-bot commented 5 months ago

Special C++ Standard Library Containers | hacking C++

Short introduction to the special containers in the C++ standard library: std::pair, std::tuple, std::optional, std::variant and std::any with examples of common use cases and best practices.

https://hackingcpp.com/cpp/std/special_containers.html

JohannJo commented 5 months ago

There is a typo (in paragraph std::tie): "convienent" should be "convenient"

JohannJo commented 5 months ago

Same typo in following slides.