ddstring to AutoStr conversion
Any ddstring_t instance not on the stack can be converted to anAutoStr, after which it cannot be deleted manually any more. Thegarbage collector will delete the AutoStr instance during the nextrecycling.
View differences
ddstring to AutoStr conversion
Any ddstring_t instance not on the stack can be converted to an
AutoStr, after which it cannot be deleted manually any more. The
garbage collector will delete the AutoStr instance during the next
recycling.