Home
last modified time | relevance | path

Searched defs:replace_with_int (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp262 struct replace_with_int { struct
263 typedef int type;
267 struct replace_with_int<TT<Types...>> { struct
268 typedef TT<typename replace_with_int<Types>::type...> type;