Searched defs:owner_before (Results 1 - 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
H A Dshared_ptr.hpp452 template<class Y> bool owner_before( shared_ptr<Y> const & rhs ) const function in class:boost::shared_ptr
457 template<class Y> bool owner_before( weak_ptr<Y> const & rhs ) const function in class:boost::shared_ptr
513 return a.owner_before( b );

Completed in 24 milliseconds