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
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 39 of file qlocale_p.h.

Member Function Documentation

◆ ok()

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

Definition at line 44 of file qlocale_p.h.

Member Data Documentation

◆ result

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

Definition at line 41 of file qlocale_p.h.

◆ used

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

Definition at line 43 of file qlocale_p.h.


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