#include <str_split.h>
Public Member Functions | |
ByLength (ptrdiff_t length) | |
absl::string_view | Find (absl::string_view text, size_t pos) const |
Private Attributes | |
const ptrdiff_t | length_ |
Definition at line 211 of file str_split.h.
absl::ByLength::ByLength | ( | ptrdiff_t | length | ) | [explicit] |
Definition at line 121 of file str_split.cc.
absl::string_view absl::ByLength::Find | ( | absl::string_view | text, |
size_t | pos | ||
) | const |
Definition at line 125 of file str_split.cc.
const ptrdiff_t absl::ByLength::length_ [private] |
Definition at line 217 of file str_split.h.