Home
last modified time | relevance | path

Searched refs:BOOST_FOREACH_DEREFOF (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.hpp455 # define BOOST_FOREACH_DEREFOF(T) boost::foreach_detail_::derefof(*T) macro
457 # define BOOST_FOREACH_DEREFOF(T) (*T) macro
673 … iterator(boost::begin(BOOST_FOREACH_DEREFOF((auto_any_cast<type *, boost::mpl::false_>(col)))))); in begin()
713 … iterator(boost::end(BOOST_FOREACH_DEREFOF((auto_any_cast<type *, boost::mpl::false_>(col)))))); in end()
792 … iterator(boost::rbegin(BOOST_FOREACH_DEREFOF((auto_any_cast<type *, boost::mpl::false_>(col)))))); in rbegin()
835 … iterator(boost::rend(BOOST_FOREACH_DEREFOF((auto_any_cast<type *, boost::mpl::false_>(col)))))); in rend()