edit test.cpp

This commit is contained in:
2021-03-11 11:04:38 +09:00
parent a2b499a7b4
commit 273a3f0c77
3 changed files with 13 additions and 2 deletions

View File

@ -998,6 +998,9 @@ namespace ZNsMain
/* template 인수에 ZtCRef 가 있으면, 해당 값을 참조로 인식하고
그렇지 않으면, 일반적인 복사해서 전달되는 값으로 인식한다.
ZtCArray.H 같은 자료 구조에서 사용하고 있다.
-- 2021-04-10 16:15
*/
template<typename TType> class ZtCCheckRef