QtBase  v6.3.1
Public Types | Public Member Functions | List of all members
QtPrivate::QHashCombineCommutative Struct Reference

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

Detailed Description

Definition at line 223 of file qhashfunctions.h.

Member Typedef Documentation

◆ result_type

Definition at line 230 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 232 of file qhashfunctions.h.


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