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

This commit is contained in:
2025-10-14 10:43:44 +09:00
parent 131e638f8b
commit 3b987e2a6e

View File

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