edit test.cpp

This commit is contained in:
2021-03-08 20:37:34 +09:00
parent 2b4f3b5007
commit 7bb03e148d
3 changed files with 24 additions and 2 deletions

View File

@ -1524,6 +1524,10 @@ namespace ZNsMain
형태를 사용하면 좋을 것 같다. -- 2014-06-16 23:11:00
지금은 AO_TypeHelp 도 ZtCTypeData<> 을 이용해, 최대한 참조로 받을 수 있게
하고 있다. -- 2021-03-08 20:31
/////////////////////////////////////////////////////////////////////////////*/
typedef ZNsMain::
@ -1538,6 +1542,7 @@ namespace ZNsMain
(
VP_LoopLink->mo_Type, ZCTypeHelp::GetObjRef(AO_TypeHelp)
);
////////////////////////////////////////////
/* 위 코드로 인해서, AO_Functor 이 함수일 때 뿐이 아니라, operator()
연산자를 가진 object 포인터일 때도 사용할 수 있게 되었다. */