Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dapply_visitor_unary.hpp95 struct result_multideduce1 { struct
96 typedef typename Variant::types types;
97 typedef typename boost::mpl::begin<types>::type begin_it;
100 >::type last_it;
103 static Visitor& vis() BOOST_NOEXCEPT { in vis()
110 static decltype(auto) deduce_impl(last_it, unsigned /*helper*/) { in deduce_impl()
116 static decltype(auto) deduce_impl(It, unsigned helper) { in deduce_impl()
126 static decltype(auto) deduce() { in deduce()