Searched refs:BOOST_FOREACH_DEREFOF (Results 1 – 1 of 1) sorted by relevance
455 # define BOOST_FOREACH_DEREFOF(T) boost::foreach_detail_::derefof(*T) macro457 # define BOOST_FOREACH_DEREFOF(T) (*T) macro673 … 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()