MCPcopy Create free account
hub / github.com/Icinga/icinga2 / splitMultiOptions

Function splitMultiOptions

plugins/thresholds.cpp:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167std::vector<std::wstring> splitMultiOptions(const std::wstring& str)
168{
169 std::vector<std::wstring> sVec;
170 boost::split(sVec, str, boost::is_any_of(L","));
171 return sVec;
172}
173
174Bunit parseBUnit(const std::wstring& str)
175{

Callers 1

parseArgumentsFunction · 0.85

Calls 1

splitFunction · 0.85

Tested by

no test coverage detected