Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtPrivate::QHashCombine Struct Reference

#include <qhashfunctions.h>

+ Collaboration diagram for QtPrivate::QHashCombine:

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 300 of file qhashfunctions.h.

Member Typedef Documentation

◆ result_type

Definition at line 302 of file qhashfunctions.h.

Member Function Documentation

◆ operator()()

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

Definition at line 304 of file qhashfunctions.h.


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