Home
last modified time | relevance | path

Searched refs:owner_less (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Downer_less.adoc7 [#owner_less] anchor
8 # owner_less
15 `owner_less<T>` is a helper function object that compares two smart
19 When using Boost smart pointers, the use of `owner_less` is unnecessary, as
25 `owner_less` is defined in `<boost/smart_ptr/owner_less.hpp>`.
30 template<class T = void> struct owner_less
/third_party/boost/libs/smart_ptr/test/
Downer_less_test.cpp21 boost::owner_less<boost::shared_ptr<int> > comp; in main()
54 boost::owner_less<boost::weak_ptr<int> > weak_comp; in main()
Downer_less_test2.cpp11 boost::owner_less<> const lt = {}; in main()
/third_party/boost/boost/smart_ptr/
Downer_less.hpp22 template<class T = void> struct owner_less struct
/third_party/boost/libs/smart_ptr/doc/
Dsmart_ptr.adoc38 include::smart_ptr/owner_less.adoc[]