#include <str_split.h>
Public Member Functions | |
| ByString (absl::string_view sp) | |
| absl::string_view | Find (absl::string_view text, size_t pos) const |
Private Attributes | |
| const std::string | delimiter_ |
Definition at line 122 of file str_split.h.
| absl::ByString::ByString | ( | absl::string_view | sp | ) | [explicit] |
Definition at line 83 of file str_split.cc.
| absl::string_view absl::ByString::Find | ( | absl::string_view | text, |
| size_t | pos | ||
| ) | const |
Definition at line 85 of file str_split.cc.
const std::string absl::ByString::delimiter_ [private] |
Definition at line 128 of file str_split.h.