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
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 721 of file qhash.h.

Member Data Documentation

◆ initialized

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

Definition at line 724 of file qhash.h.

◆ it

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

Definition at line 723 of file qhash.h.


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