Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-bind.cpp222 template<typename T> struct is_bind_expression { struct
223 static const bool value = false;
248 struct is_bind_expression<bound_functor<F, BoundArgs...> > { struct
249 static const bool value = true;