Home
last modified time | relevance | path

Searched refs:canEmpty (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp95 void SplitStr(const string& str, const string& sep, vector<string>& strs, bool canEmpty, bool needTrim) in SplitStr() argument
104 if (!strPart.empty() || canEmpty) { in SplitStr()
110 if (!strPart.empty() || canEmpty) { in SplitStr()
/commonlibrary/c_utils/base/include/
H A Dstring_ex.h95 * @param canEmpty Specifies whether the output string can be an empty string.
101 bool canEmpty = false, bool needTrim = true);

Completed in 2 milliseconds