Home
last modified time | relevance | path

Searched defs:visitable2 (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_binary.hpp94 apply_visitor_binary_unwrap(Visitor& visitor, Visitable2& visitable2) BOOST_NOEXCEPT in apply_visitor_binary_unwrap()
147 , Visitable1& visitable1, Visitable2& visitable2 in apply_visitor()
170 , Visitable1& visitable1, Visitable2& visitable2 in apply_visitor()
225 apply_visitor_binary_unwrap_cpp14(Visitor& visitor, Visitable2& visitable2) BOOST_NOEXCEPT in apply_visitor_binary_unwrap_cpp14()
251 …line decltype(auto) apply_visitor(Visitor& visitor, Visitable1& visitable1, Visitable2& visitable2, in apply_visitor()
264 …ecltype(auto) apply_visitor(const Visitor& visitor, Visitable1& visitable1, Visitable2& visitable2, in apply_visitor()