![]() |
Qt 6.x
The Qt SDK
|
#include <qflatmap_p.h>
Inheritance diagram for QFlatMapValueCompare< Key, T, Compare >:
Collaboration diagram for QFlatMapValueCompare< Key, T, Compare >:Public Types | |
| using | value_type = std::pair< const Key, T > |
Public Member Functions | |
| QFlatMapValueCompare ()=default | |
| QFlatMapValueCompare (const Compare &key_compare) | |
| bool | operator() (const value_type &lhs, const value_type &rhs) const noexcept(is_comparator_noexcept) |
Static Public Attributes | |
| static constexpr bool | is_comparator_noexcept |
Definition at line 66 of file qflatmap_p.h.
| using QFlatMapValueCompare< Key, T, Compare >::value_type = std::pair<const Key, T> |
Definition at line 75 of file qflatmap_p.h.
|
default |
|
inline |
Definition at line 70 of file qflatmap_p.h.
References Compare().
Here is the call graph for this function:
|
inlinenoexcept |
Definition at line 79 of file qflatmap_p.h.
|
staticconstexpr |
Definition at line 76 of file qflatmap_p.h.