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
QHashPrivate::Data< Node >::InsertionResult Struct Reference

#include <qhash.h>

+ Collaboration diagram for QHashPrivate::Data< Node >::InsertionResult:

Public Attributes

iterator it
 
bool initialized
 

Detailed Description

template<typename Node>
struct QHashPrivate::Data< Node >::InsertionResult

Definition at line 710 of file qhash.h.

Member Data Documentation

◆ initialized

template<typename Node >
bool QHashPrivate::Data< Node >::InsertionResult::initialized

Definition at line 713 of file qhash.h.

◆ it

template<typename Node >
iterator QHashPrivate::Data< Node >::InsertionResult::it

Definition at line 712 of file qhash.h.


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