可以在以下地址找到 C++ 核心指南(C++ Core Guidelines):https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md
可以在以下地址找到 C++ 指南支持库(GSL):https://github.com/Microsoft/GSL
示例代码位于:https://github.com/PacktPublishing/Hands-On-Design-Patterns-with-CPP-Second-Edition/tree/master/Chapter03