bind.hpp | 79 // ref_compare 81 template<class T> bool ref_compare( T const & a, T const & b, long ) function in namespace:boost::_bi 86 template<int I> bool ref_compare( arg<I> const &, arg<I> const &, int ) function in namespace:boost::_bi 91 template<int I> bool ref_compare( arg<I> (*) (), arg<I> (*) (), int ) function in namespace:boost::_bi 96 template<class T> bool ref_compare( reference_wrapper<T> const & a, reference_wrapper<T> const & b, int ) function in namespace:boost::_bi 105 template<class R, class F, class L> bool ref_compare( bind_t<R, F, L> const & a, bind_t<R, F, L> const & b, int ) function in namespace:boost::_bi 131 // ref_compare for weak_ptr 133 template<class T> bool ref_compare( value< weak_ptr<T> > const & a, value< weak_ptr<T> > const & b, int ) function in namespace:boost::_bi 268 return ref_compare(base_type::a1_, rhs.a1_, 0); 348 return ref_compare(base_type::a1_, rhs.a1_, 0) && ref_compare(base_type::a2_, rhs.a2_, 0) [all...] |