Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 279 of file qhashfunctions.h.

Member Typedef Documentation

◆ result_type

Definition at line 286 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 288 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: