commit 2025-10-14 10:39 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-14 10:39:29 +09:00
parent 659b0a19cb
commit 131e638f8b

View File

@ -6026,6 +6026,11 @@ namespace ZNsMain
형태로 사용할 때 붙였다. -- 2025-10-14 09:08
그렇다면 const ZCNodePointN 을 간단하게 하면 ZCNodePointNC
로 해야할까? 그런데 ZCNodePointN 자체가 const 전용이므로,
const ZCNodePointN 는 사실 별 의미가 없다. 복사 생성자나 대입
연산자 정의에서나 잠깐 필요하다. -- 2025-10-14 10:38
///////////////////////////////////////////////////////////////*/
class ZCNodePointN
{