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

This commit is contained in:
2025-10-14 14:52:33 +09:00
parent 3b987e2a6e
commit d73d9e4227

View File

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