bind.hpp | 31 #include <boost/visit_each.hpp> 33 // Borland-specific bug, visit_each() silently fails to produce code 36 # define BOOST_BIND_VISIT_EACH boost::visit_each 38 # define BOOST_BIND_VISIT_EACH visit_each 1240 template<class V, class T> void visit_each( V & v, value<T> const & t, int ) function in namespace:boost::_bi 1246 template<class V, class R, class F, class L> void visit_each( V & v, bind_t<R, F, L> const & t, int ) function in namespace:boost::_bi 1260 template<class V, class T> void visit_each( V & v, _bi::value<T> const & t, int ) function in namespace:boost 1265 template<class V, class R, class F, class L> void visit_each( V & v, _bi::bind_t<R, F, L> const & t, int ) function in namespace:boost [all...] |