template <typename Delimiter>
class MaxSplitsImpl
Defined at line 277 of file ../../third_party/abseil-cpp/src/absl/strings/str_split.h
Wraps another delimiter and sets a max number of matches for that delimiter.
Public Methods
void MaxSplitsImpl<Delimiter> (Delimiter delimiter, int limit)
Defined at line 279 of file ../../third_party/abseil-cpp/src/absl/strings/str_split.h
absl::string_view Find (absl::string_view text, size_t pos)
Defined at line 281 of file ../../third_party/abseil-cpp/src/absl/strings/str_split.h