commit 2025-10-13 13:35 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-13 13:36:01 +09:00
parent 50019e94cd
commit 3deb3d3106
2 changed files with 5 additions and 3 deletions

View File

@ -5699,8 +5699,9 @@ namespace ZNsMain
typedef ZCLinkPointC TypeIterC ;
/*************************************************************************/
typedef ZCLink* IterEasy ; // 가장 쉽게 쓸 수 있는 반복자.
typedef ZCLinkPoint iterator ; // 다양한 기능을 가진 반복자.
typedef ZCLinkPointC iteratorC ;
/*************************************************************************/
typedef ZCLinkPoint iterator ; // 다양한 기능을 가진 반복자.
typedef ZCLinkPointC const_iterator;
/*************************************************************************/
typedef ZtCObjOpt<ZCLink > ZCLinkOpt ;