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

#include <qlocale_p.h>

+ Collaboration diagram for QSimpleParsedNumber< T >:

Public Member Functions

bool ok () const
 

Public Attributes

result
 
qsizetype used
 

Detailed Description

template<typename T>
struct QSimpleParsedNumber< T >

Definition at line 38 of file qlocale_p.h.

Member Function Documentation

◆ ok()

template<typename T >
bool QSimpleParsedNumber< T >::ok ( ) const
inline

Definition at line 43 of file qlocale_p.h.

References QSimpleParsedNumber< T >::used.

Member Data Documentation

◆ result

template<typename T >
T QSimpleParsedNumber< T >::result

Definition at line 40 of file qlocale_p.h.

◆ used

template<typename T >
qsizetype QSimpleParsedNumber< T >::used

Definition at line 42 of file qlocale_p.h.

Referenced by QSimpleParsedNumber< T >::ok().


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