- 博客(1)
- 收藏
- 关注
原创 CRTP 奇异递归模板模式
#include template struct Base { Derived&self() { return static_cast(*this); } const Derived&self() const { return static_cast(*this); } public: void sta
2017-03-04 11:28:29
436
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人