HomeSort by relevance Sort by last modified time
    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 400 milliseconds