Home
last modified time | relevance | path

Searched refs:BaseMixin (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dadl_move_swap.hpp80 struct BaseMixin struct in boost_move_member_swap::has_member_function_named_swap
85 struct Base : public Type, public BaseMixin { Base(); };
89 static no_type deduce(U*, Helper<void (BaseMixin::*)(), &U::swap>* = 0);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Dmpl.hpp178 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>*…
H A Dhas_member_function_callable_with.hpp140 struct BaseMixin
147 : public boost_intrusive_hmfcw::remove_cv<Type>::type, public BaseMixin
155 …(U*, Helper<void (BaseMixin::*)(), &U::BOOST_INTRUSIVE_HAS_MEMBER_FUNCTION_CALLABLE_WITH_FUNCNAME>…