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
QGRange< T > Struct Template Reference

#include <qgst_p.h>

+ Collaboration diagram for QGRange< T >:

Public Member Functions

bool operator== (const QGRange &rhs) const
 

Public Attributes

min
 
max
 

Detailed Description

template<typename T>
struct QGRange< T >

Definition at line 179 of file qgst_p.h.

Member Function Documentation

◆ operator==()

template<typename T>
bool QGRange< T >::operator== ( const QGRange< T > & rhs) const
inline

Definition at line 187 of file qgst_p.h.

Member Data Documentation

◆ max

template<typename T>
T QGRange< T >::max

Definition at line 182 of file qgst_p.h.

◆ min

template<typename T>
T QGRange< T >::min

Definition at line 181 of file qgst_p.h.


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