Searched defs:ref_compare (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/bind/ |
| D | bind.hpp | 87 template<class T> bool ref_compare( T const & a, T const & b, long ) in ref_compare() function 92 template<int I> bool ref_compare( arg<I> const &, arg<I> const &, int ) in ref_compare() function 97 template<int I> bool ref_compare( arg<I> (*) (), arg<I> (*) (), int ) in ref_compare() function 102 template<class T> bool ref_compare( reference_wrapper<T> const & a, reference_wrapper<T> const & b,… in ref_compare() function 111 template<class R, class F, class L> bool ref_compare( bind_t<R, F, L> const & a, bind_t<R, F, L> co… in ref_compare() function 139 template<class T> bool ref_compare( value< weak_ptr<T> > const & a, value< weak_ptr<T> > const & b,… in ref_compare() function
|