commit 2025-09-01 14:07 is coding ZCppMain/ZCStringStd.H
This commit is contained in:
@ -3879,6 +3879,10 @@ namespace ZNsMain
|
||||
operator TypeData&(){ return AddTail(); }
|
||||
|
||||
|
||||
void push_back (TypeArg AO_ArgData){AddTail(AO_ArgData);}
|
||||
void push_front(TypeArg AO_ArgData){AddHead(AO_ArgData);}
|
||||
|
||||
|
||||
template<typename TFunctor> void IterElement(TFunctor AO_Functor)
|
||||
{
|
||||
ZCLink* VP_LoopLink=mp_HeadLink;
|
||||
|
Reference in New Issue
Block a user