Searched defs:ref_compare (Results 1 – 1 of 1) sorted by relevance
| /external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/ |
| D | bind.hpp | 66 template<class T> bool ref_compare( T const & a, T const & b, long ) in ref_compare() function 71 template<int I> bool ref_compare( arg<I> const &, arg<I> const &, int ) in ref_compare() function 76 template<int I> bool ref_compare( arg<I> (*) (), arg<I> (*) (), int ) in ref_compare() function 81 template<class T> bool ref_compare( reference_wrapper<T> const & a, reference_wrapper<T> const & b,… in ref_compare() function 90 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 118 template<class T> bool ref_compare( value< weak_ptr<T> > const & a, value< weak_ptr<T> > const & b,… in ref_compare() function
|