Share

AcString::trimRight

C++

AcString & trimRight();

Description

Removes all whitespace characters from the end of the string.

Returns

A reference to this string object.

Links

AcString

Previous Declaration

inline AcString & AcString::trimRight();

Was this information helpful?