Home
last modified time | relevance | path

Searched defs:owner_less (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/smart_ptr/
Downer_less.hpp22 template<class T = void> struct owner_less struct
24 typedef bool result_type;
25 typedef T first_argument_type;
26 typedef T second_argument_type;
28 template<class U, class V> bool operator()( U const & u, V const & v ) const BOOST_NOEXCEPT in operator ()()
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Downer_less.adoc7 [#owner_less] anchor