Searched defs:is_bind_expression (Results 1 – 3 of 3) sorted by relevance
30 : _If< _IsSame<_Tp, __remove_cvref_t<_Tp> >::value, false_type, is_bind_expression<__remove_cvref_t<_Tp> > > {}; struct
27 template<> struct std::is_bind_expression<MyBind> : std::true_type {}; struct in std
222 template<typename T> struct is_bind_expression { struct223 static const bool value = false;248 struct is_bind_expression<bound_functor<F, BoundArgs...> > { struct249 static const bool value = true;