metafunctions.cpp | 262 struct replace_with_int { struct in namespace:SuperReplace 267 struct replace_with_int<TT<Types...>> { struct in namespace:SuperReplace 268 typedef TT<typename replace_with_int<Types>::type...> type; 271 int check0[is_same<replace_with_int<pair<tuple<float, double, short>,
|