Searched defs:ref_compare (Results 1 – 1 of 1) sorted by relevance
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
| D | bind.hpp | 81 template<class T> bool ref_compare( T const & a, T const & b, long ) in ref_compare() function 86 template<int I> bool ref_compare( arg<I> const &, arg<I> const &, int ) in ref_compare() function 91 template<int I> bool ref_compare( arg<I> (*) (), arg<I> (*) (), int ) in ref_compare() function 96 template<class T> bool ref_compare( reference_wrapper<T> const & a, reference_wrapper<T> const & b,… in ref_compare() function 105 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 133 template<class T> bool ref_compare( value< weak_ptr<T> > const & a, value< weak_ptr<T> > const & b,… in ref_compare() function
|