commit 2025-08-28 20:48 edit a bit ZftMakeStr() in ZCppMain/ZtCStringEx.H

This commit is contained in:
2025-08-28 20:48:37 +09:00
parent 0159e0933f
commit 23aafc699b
2 changed files with 18 additions and 15 deletions

View File

@ -8282,6 +8282,11 @@ namespace ZNsMain
{ return ARR_SaveCStr(AR_DataCStr); }
_ZCSTRINGBASE_ARG_ _ZCSTRINGBASE_& ZftMakeStr
( _ZCSTRINGBASE_& ARR_SaveCStr, typename const
_ZCSTRINGBASE_::ZCChars& AR_DataCStr )
{ return ARR_SaveCStr(AR_DataCStr); }
_ZCSTRINGBASE_ARG_ _ZCSTRINGBASE_& ZftMakeStr
( _ZCSTRINGBASE_& ARR_SaveCStr, char AC_Char )
{ return ARR_SaveCStr(AC_Char ); }