commit 2025-08-22 13:46 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
|
2025-08-22
|
||||||
|
|
||||||
/*//////////////////////////////////////////////////////////////////////////////////////
|
/*//////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
@ -661,8 +661,11 @@ namespace ZNsMain
|
|||||||
|
|
||||||
typedef const IterEasyID IterEasyIDc;
|
typedef const IterEasyID IterEasyIDc;
|
||||||
|
|
||||||
라 하면, 천만 뜻밖에도 IterEasyIDc 의 type 이름(type().nmae() 으로 구한 값)이
|
라 하면, 천만 뜻밖에도 IterEasyIDc 의 type 이름
|
||||||
IterEasyID 의 type 이름 값과 같다.
|
|
||||||
|
typeid(IterEasyIDc).name() 으로 구한 값
|
||||||
|
|
||||||
|
이 IterEasyID 의 name() 값과 같다.
|
||||||
|
|
||||||
-- 2015-11-07 21:34:00
|
-- 2015-11-07 21:34:00
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user