![]() |
Qt 6.x
The Qt SDK
|
#include <qflatmap_p.h>
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().
|
inlinenoexcept |
Definition at line 79 of file qflatmap_p.h.
|
staticconstexpr |
Definition at line 76 of file qflatmap_p.h.