Searched refs:BaseMixin (Results 1 – 3 of 3) sorted by relevance
80 struct BaseMixin struct in boost_move_member_swap::has_member_function_named_swap85 struct Base : public Type, public BaseMixin { Base(); };89 static no_type deduce(U*, Helper<void (BaseMixin::*)(), &U::swap>* = 0);
178 struct BaseMixin \182 struct Base : public Type, public BaseMixin { Base(); }; \185 …static ::boost::intrusive::detail::no_type test(U*, Helper<void (BaseMixin::*)(), &U::FUNC_NAME>*…
140 struct BaseMixin147 : public boost_intrusive_hmfcw::remove_cv<Type>::type, public BaseMixin155 …(U*, Helper<void (BaseMixin::*)(), &U::BOOST_INTRUSIVE_HAS_MEMBER_FUNCTION_CALLABLE_WITH_FUNCNAME>…