commit 2025-10-17 13:01 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -3330,8 +3330,6 @@ namespace ZNsMain
|
|||||||
template<typename TTmplChain, typename TTypeView>
|
template<typename TTmplChain, typename TTypeView>
|
||||||
void ZftIterTmplChainTail(TTypeView AO_View)
|
void ZftIterTmplChainTail(TTypeView AO_View)
|
||||||
{
|
{
|
||||||
AO_View.template OnMeetType<TTmplChain>();
|
|
||||||
|
|
||||||
if(TTmplChain::ZEBoolNext>0)
|
if(TTmplChain::ZEBoolNext>0)
|
||||||
{
|
{
|
||||||
typedef typename
|
typedef typename
|
||||||
@ -3340,6 +3338,8 @@ namespace ZNsMain
|
|||||||
ZftIterTmplChainTail<TypeChainNext, TTypeView>(AO_View);
|
ZftIterTmplChainTail<TypeChainNext, TTypeView>(AO_View);
|
||||||
}/*
|
}/*
|
||||||
if(TTmplChain::ZEBoolNext>0)*/
|
if(TTmplChain::ZEBoolNext>0)*/
|
||||||
|
|
||||||
|
AO_View.template OnMeetType<TTmplChain>();
|
||||||
}/*
|
}/*
|
||||||
template<typename TTmplChain, typename TTypeView>
|
template<typename TTmplChain, typename TTypeView>
|
||||||
void ZftIterTmplChainTail(TTypeView AO_View)
|
void ZftIterTmplChainTail(TTypeView AO_View)
|
||||||
|
Reference in New Issue
Block a user