|
NIM PC Cross Platform SDK
|
string操作辅助方法 More...
#include <string>Go to the source code of this file.
Functions | |
| std::string | PCharToString (const char *str) |
| 字符指针转为字符串,接口内部会对nullpty进行判断 More... | |
string操作辅助方法
| std::string PCharToString | ( | const char * | str | ) |
字符指针转为字符串,接口内部会对nullpty进行判断
| [in] | str | 字符指针 |