commit 2025-08-22 13:46 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-08-22 13:46:14 +09:00
parent 8254919e9a
commit fc65fa3a33

View File

@ -1,4 +1,4 @@

2025-08-22
/*//////////////////////////////////////////////////////////////////////////////////////
@ -613,11 +613,11 @@ namespace ZNsMain
#endif
typedef ZTypLongLong ZTypLLong ;
typedef ZTypULongLong ZTypULLong;
typedef ZTypLongLong ZTypLLong ;
typedef ZTypULongLong ZTypULLong ;
typedef ZTypLongLong ZTypIntLL ;
typedef ZTypULongLong ZTypIntULL;
typedef ZTypLongLong ZTypIntLL ;
typedef ZTypULongLong ZTypIntULL ;
#ifdef _WIN64
@ -661,8 +661,11 @@ namespace ZNsMain
typedef const IterEasyID IterEasyIDc;
라 하면, 천만 뜻밖에도 IterEasyIDc 의 type 이름(type().nmae() 으로 구한 값)이
IterEasyID 의 type 이름 값과 같다.
라 하면, 천만 뜻밖에도 IterEasyIDc 의 type 이름
typeid(IterEasyIDc).name() 으로 구한 값
이 IterEasyID 의 name() 값과 같다.
-- 2015-11-07 21:34:00