OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_impl
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp
6
template<class F, class ...Rest> struct
first_impl
{ typedef F type; };
struct
7
template<class ...Args> using first = typename
first_impl
<Args...>::type;
Completed in 60 milliseconds