Searched refs:make_probe (Results 1 – 1 of 1) sorted by relevance
494 rvalue_probe<T> const make_probe(T const &) in make_probe() function503 (true ? boost::foreach_detail_::make_probe(COL) : (COL)), 0)))554 rvalue_probe<T> make_probe(T &t, bool &b) { return rvalue_probe<T>(t, b); } in make_probe() function557 rvalue_probe<T const> make_probe(T const &t, bool &b) { return rvalue_probe<T const>(t, b); } in make_probe() function958 (true ? boost::foreach_detail_::make_probe((COL), BOOST_FOREACH_ID(_foreach_is_rvalue)) : (COL))