Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__functional/
H A Dbind.h30 : _If< _IsSame<_Tp, __remove_cvref_t<_Tp> >::value, false_type, is_bind_expression<__remove_cvref_t<_Tp> > > {}; struct
/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
H A Dspecialization.pass.cpp27 template<> struct std::is_bind_expression<MyBind> : std::true_type {}; struct in std
/llvm-project/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;