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 70 of file stl_types.hxx.
typedef bool comphelper::UniquePtrValueLess< T >::is_transparent |
Definition at line 80 of file stl_types.hxx.
|
inline |
Definition at line 72 of file stl_types.hxx.
|
inline |
Definition at line 87 of file stl_types.hxx.
|
inline |
Definition at line 81 of file stl_types.hxx.