NIM 跨平台 C++ SDK
载入中...
搜索中...
未找到
nim_string_util.h
浏览该文件的文档.
1
7
#ifndef _NIM_SDK_CPP_NIM_STRING_UTIL_H_
8
#define _NIM_SDK_CPP_NIM_STRING_UTIL_H_
9
10
#include <string>
11
17
std::string
PCharToString
(
const
char
* str);
18
19
#endif
//_NIM_SDK_CPP_NIM_STRING_UTIL_H_
PCharToString
std::string PCharToString(const char *str)
字符指针转为字符串,接口内部会对nullpty进行判断
Definition
nim_string_util.cpp:10
wrapper
nim_wrapper_util
nim_string_util.h
制作者
1.10.0