#include "ustring.h"
Namespaces | |
namespace | Steinberg |
Functions | |
template<class TDstChar , class TSrcChar > | |
void | StringCopy (TDstChar *dst, int32 dstSize, const TSrcChar *src, int32 srcSize=-1) |
Copy strings of different character width. | |
template<class TSrcChar > | |
int32 | StringLength (const TSrcChar *src, int32 srcSize=-1) |
Find length of null-terminated string. |