1 |
1.633289 |
__magnumdb__enum_xlocale_2 |
Enum |
|
|
|
|
|
|
enum { // constants for character classifications
alnum = _DI | _LO | _UP | _XA,
alpha = _LO | _UP | _XA,
cntrl = _BB,
digit = _DI,
graph = _DI | _LO | _PU | _UP | _XA,
lower = _LO,
print = _DI | _LO | _PU | _SP | _UP | _XA | _XD,
punct = _PU,
space = _CN | _SP,
upper = _UP,
xdigit = _XD,
blank = _CN | _SP
};
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.32.31326\include\xlocale(2340,0) |
- If _STL_COMPILER_PREPROCESSOR
|