git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55502
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// truncate the string to given length
wxString& Truncate(size_t uiLen);
// empty string contents
// truncate the string to given length
wxString& Truncate(size_t uiLen);
// empty string contents
- void Empty()
- {
- Truncate(0);
-
- wxASSERT_MSG( empty(), _T("string not empty after call to Empty()?") );
- }
+ void Empty() { clear(); }
// empty the string and free memory
void Clear() { clear(); }
// empty the string and free memory
void Clear() { clear(); }