commit 2025-08-20 11:57 __FastMoveObj => ZftMoveFast

This commit is contained in:
2025-08-20 11:57:40 +09:00
parent af4b3c9e98
commit fbc3bf0093
2 changed files with 12 additions and 12 deletions

View File

@ -8285,20 +8285,20 @@ namespace ZNsMain
typename TTypCh , typename TAlloc,
typename TAllocSize, typename TTypeString
>
void __FastMoveObj ////////////////////////////////////////////////////////
void ZftMoveFast //////////////////////////////////////////////////////////
(
ZtCStringBase<TTypCh, TAlloc, TAllocSize, TTypeString>& AR_CString1,
ZtCStringBase<TTypCh, TAlloc, TAllocSize, TTypeString>& AR_CString2
)
{
#ifdef _DEBUG_FAST_MOVE_OBJ_
cout<<" ▶▶ __FastMoveObj(ZCString&, ZCString&) Start!"<<endl;
cout<<" ▶▶ ZftMoveFast(ZCString&, ZCString&) Start!"<<endl;
#endif //_DEBUG_FAST_MOVE_OBJ_
AR_CString1.Fetch(AR_CString2);
#ifdef _DEBUG_FAST_MOVE_OBJ_
cout<<" ▶▶ __FastMoveObj(ZCString&, ZCString&) Close!"<<endl;
cout<<" ▶▶ ZftMoveFast(ZCString&, ZCString&) Close!"<<endl;
#endif //_DEBUG_FAST_MOVE_OBJ_
}/*
template //////////////////////////////////////////////////////////////////
@ -8306,7 +8306,7 @@ namespace ZNsMain
typename TTypCh , typename TAlloc,
typename TAllocSize, typename TTypeString
>
void __FastMoveObj //////////////////////////////////////////////////////*/
void ZftMoveFast ////////////////////////////////////////////////////////*/
}/*
namespace ZNsFunc*/