Home
last modified time | relevance | path

Searched refs:first_impl (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dcxx1y-generic-lambdas.cpp6 template<class F, class ...Rest> struct first_impl { typedef F type; }; argument
7 template<class ...Args> using first = typename first_impl<Args...>::type;