MCPcopy Create free account
hub / github.com/apache/impala / SplitStringAndParse

Function SplitStringAndParse

be/src/gutil/strings/split.h:1133–1137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131// SplitStringAndParse() -- see description above
1132template <class T>
1133bool SplitStringAndParse(StringPiece source, StringPiece delim,
1134 bool (*parse)(const string& str, T* value),
1135 vector<T>* result) {
1136 return SplitStringAndParseToList(source, delim, parse, result);
1137}
1138
1139namespace strings {
1140namespace internal {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected