![]() |
Qt 6.x
The Qt SDK
|
#include <qhashfunctions.h>
Public Types | |
typedef size_t | result_type |
Public Member Functions | |
template<typename T > | |
constexpr result_type | operator() (size_t seed, const T &t) const noexcept(noexcept(qHash(t))) |
Definition at line 195 of file qhashfunctions.h.
typedef size_t QtPrivate::QHashCombine::result_type |
Definition at line 197 of file qhashfunctions.h.
|
inlineconstexprnoexcept |