Home
last modified time | relevance | path

Searched refs:auto_any_cast (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/
H A Dforeach.hpp269 inline BOOST_DEDUCED_TYPENAME boost::mpl::if_<C, T const, T>::type &auto_any_cast(auto_any_t a) in auto_any_cast() function
663 boost::begin(auto_any_cast<T, C>(col))); in begin()
673 … iterator(boost::begin(BOOST_FOREACH_DEREFOF((auto_any_cast<type *, boost::mpl::false_>(col)))))); in begin()
682 boost::begin(*auto_any_cast<simple_variant<T>, boost::mpl::false_>(col).get())); in begin()
691 return auto_any<T *>(auto_any_cast<T *, boost::mpl::false_>(col)); in begin()
703 boost::end(auto_any_cast<T, C>(col))); in end()
713 … iterator(boost::end(BOOST_FOREACH_DEREFOF((auto_any_cast<type *, boost::mpl::false_>(col)))))); in end()
722 boost::end(*auto_any_cast<simple_variant<T>, boost::mpl::false_>(col).get())); in end()
742 …return auto_any_cast<iter_t, boost::mpl::false_>(cur) == auto_any_cast<iter_t, boost::mpl::false_>… in done()
749 return ! *auto_any_cast<T *, boost::mpl::false_>(cur); in done()
[all …]