vault backup: 2022-11-30 23:52:32
This commit is contained in:
7
00. Inbox/00. Inbox/Modern C++ The good parts.md
Normal file
7
00. Inbox/00. Inbox/Modern C++ The good parts.md
Normal file
@@ -0,0 +1,7 @@
|
||||
1. Use std::shared_ptr & std::unique_ptr
|
||||
2. Use std::array or std::vector
|
||||
3. Use structured binding & std::tuple
|
||||
4. Use for (auto& elem : collector)
|
||||
5. Use std::format
|
||||
6. Use std::optional
|
||||
7.
|
||||
Reference in New Issue
Block a user