c++11代码精粹

  偶尔看到清晰,整洁的代码,摘录一下。

typedef Rect_<int> Rect2i;
typedef Rect_<float> Rect2f;
typedef Rect_<double> Rect2d;
typedef Rect2i Rect;

  

猜你喜欢

转载自www.cnblogs.com/Robin008/p/12232617.html
今日推荐