Overload List
| Method | Description |
|---|---|
AcString::precat (ACHAR) | Copies the string and inserts a character in front of it. |
AcString::precat (char *, Encoding) | Copies the string and inserts a string of narrow characters in front of it. |
AcString::precat (std::nullptr_t) | Copies the string. |
AcString::precat (wchar_t *) | Copies the string and inserts a string of characters in front of it. |
