607 B
607 B
- Use std::shared_ptr & std::unique_ptr & std::weak_ptr
- Use std::array or std::vector
- Use structured binding & std::tuple
- Use for (auto& elem : collector)
- Use std::format
- Use std::optional
- Use auto for return type
- Use auto in variable declaration
- Use
usingto replace#define - Use "Lambda expression" and std::function
[[deprecated]]attribute- Maybe...std::any?
- And more, constexpr, concept,