commit 2025-09-01 21:22 add ReplaceToOutByPosList() in ZCppMain/ZCStringStd.H

This commit is contained in:
2025-09-01 21:22:06 +09:00
parent fa658801cf
commit 50d2fac736
2 changed files with 162 additions and 2 deletions

View File

@ -3876,7 +3876,9 @@ namespace ZNsMain
TypeData& AddTail(TypeArg AO_ArgData)*/
operator TypeData&(){ return AddTail(); }
operator TypeData&() { return AddTail() ; }
TypeSize size() const{ return ml_LinkCnt; }
void push_back (TypeArg AO_ArgData){AddTail(AO_ArgData);}