Searched defs:is_bind_expression (Results 1 – 3 of 3) sorted by relevance
27 struct is_bind_expression : _If< struct
26 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;