Message-Queues beta 1.1
A Message-Queues based Cpp
 
载入中...
搜索中...
未找到
XuMQ::StrHelper类 参考

字符串处理助手类 更多...

#include <helper.hpp>

静态 Public 成员函数

static size_t split (const std::string &str, const std::string &sep, std::vector< std::string > &result)
 将字符串分割为多个子字符串
 

详细描述

字符串处理助手类

此类提供字符串处理相关的工具函数,例如字符串分割。

成员函数说明

◆ split()

static size_t XuMQ::StrHelper::split ( const std::string &  str,
const std::string &  sep,
std::vector< std::string > &  result 
)
inlinestatic

将字符串分割为多个子字符串

参数
str要分割的字符串
sep分隔符
result存储结果的向量
返回
返回分割后子字符串的数量

该方法将输入字符串根据指定的分隔符分割并存储在 result 中。

这是这个函数的调用关系图: