Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dbind.h27 struct is_bind_expression : _If< struct
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
H A Dspecialization.pass.cpp26 template<> struct std::is_bind_expression<MyBind> : std::true_type {}; struct in std
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A 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;