2007-09-28から1日間の記事一覧

C++0x - Template Aliases

C++

template + usingを使用して型名を付けられる template <class T> using Vec = vector<T>; Vec<int> v; template <int Size> using int_array = array<int, Size>; int_array<3> ar = { 3, 1, 4 }; typedefの代わりとしても使える using uint = unsigned int; 「Typedef Templates」「Generalized T</int,></int></int></t></class>…