![]() |
Qt 6.x
The Qt SDK
|
#include <qlocale_p.h>
Collaboration diagram for QCharacterSetMatch< MaskType, Lowest >:Public Member Functions | |
| constexpr | QCharacterSetMatch (std::string_view set) |
| constexpr bool | matches (uchar c) const |
Public Attributes | |
| MaskType | mask |
Static Public Attributes | |
| static constexpr int | MaxRange = std::numeric_limits<MaskType>::digits |
Definition at line 35 of file qlocale_p.h.
|
inlineconstexpr |
Definition at line 40 of file qlocale_p.h.
References set.
|
inlineconstexpr |
Definition at line 49 of file qlocale_p.h.
References QCharacterSetMatch< MaskType, Lowest >::MaxRange.
| MaskType QCharacterSetMatch< MaskType, Lowest >::mask |
Definition at line 38 of file qlocale_p.h.
|
staticconstexpr |
Definition at line 37 of file qlocale_p.h.
Referenced by QCharacterSetMatch< MaskType, Lowest >::matches().