LibreOffice Module comphelper (master) 1
|
by-value less functor for std::set<std::unique_ptr<T>> More...
#include <stl_types.hxx>
Public Types | |
typedef bool | is_transparent |
Public Member Functions | |
bool | operator() (std::unique_ptr< T > const &lhs, std::unique_ptr< T > const &rhs) const |
bool | operator() (T const &lhs, std::unique_ptr< T > const &rhs) const |
bool | operator() (std::unique_ptr< T > const &lhs, T const &rhs) const |
by-value less functor for std::set<std::unique_ptr<T>>
Definition at line 69 of file stl_types.hxx.
typedef bool comphelper::UniquePtrValueLess< T >::is_transparent |
Definition at line 79 of file stl_types.hxx.
|
inline |
Definition at line 71 of file stl_types.hxx.
|
inline |
Definition at line 86 of file stl_types.hxx.
|
inline |
Definition at line 80 of file stl_types.hxx.