vault backup: 2022-11-30 23:52:32

This commit is contained in:
2022-11-30 23:52:32 +08:00
parent b4b100d63c
commit c14c5a76bc
2 changed files with 27 additions and 8 deletions

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