Home
last modified time | relevance | path

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

/third_party/boost/boost/smart_ptr/
Downer_equal_to.hpp13 template<class T = void> struct owner_equal_to struct
15 typedef bool result_type;
16 typedef T first_argument_type;
17 typedef T second_argument_type;
19 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_equal_to.adoc7 [#owner_equal_to] anchor