NIM PC Cross Platform SDK
nim_string_util.h
Go to the documentation of this file.
1
7#ifndef _NIM_SDK_CPP_NIM_STRING_UTIL_H_
8#define _NIM_SDK_CPP_NIM_STRING_UTIL_H_
9
10#include <string>
11
17std::string PCharToString(const char* str);
18
19#endif //_NIM_SDK_CPP_NIM_STRING_UTIL_H_
std::string PCharToString(const char *str)
字符指针转为字符串,接口内部会对nullpty进行判断
Definition: nim_string_util.cpp:10