commit 2025-10-20 00:32 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -3658,6 +3658,10 @@ namespace ZNsMain
|
||||
{ return static_cast<TypeChainNext&>(*this); }
|
||||
/************************************************************/
|
||||
|
||||
/* AO_CView.OnMeetData() 은 다음 TypeChainNext 을 호출할
|
||||
때마다 인수 자료형이 변한다. 따라서 고정적인 함수로는
|
||||
적당치 않않다. -- 2025-10-20 00:32
|
||||
*/
|
||||
template<typename TViewChain> void IterHead(TViewChain AO_CView)
|
||||
{
|
||||
ZtCTypeData<TViewChain>::
|
||||
|
Reference in New Issue
Block a user