Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtPrivate::QHashCombineCommutative Struct Reference

#include <qhashfunctions.h>

+ Collaboration diagram for QtPrivate::QHashCombineCommutative:

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)))
 

Detailed Description

Definition at line 204 of file qhashfunctions.h.

Member Typedef Documentation

◆ result_type

Definition at line 211 of file qhashfunctions.h.

Member Function Documentation

◆ operator()()

template<typename T >
constexpr result_type QtPrivate::QHashCombineCommutative::operator() ( size_t  seed,
const T &  t 
) const
inlineconstexprnoexcept

Definition at line 213 of file qhashfunctions.h.

References qHash(), and seed.

+ Here is the call graph for this function:

The documentation for this struct was generated from the following file: