#include <str_split.h>
Public Member Functions | |
ByChar (char c) | |
absl::string_view | Find (absl::string_view text, size_t pos) const |
Private Attributes | |
char | c_ |
Definition at line 154 of file str_split.h.
absl::ByChar::ByChar | ( | char | c | ) | [inline, explicit] |
Definition at line 156 of file str_split.h.
absl::string_view absl::ByChar::Find | ( | absl::string_view | text, |
size_t | pos | ||
) | const |
Definition at line 101 of file str_split.cc.
char absl::ByChar::c_ [private] |
Definition at line 160 of file str_split.h.