|
fsm
|
Public Member Functions | |
| view (std::string_view input) | |
| std::string_view | substr () const |
| std::string_view | substr (std::size_t len) const |
| std::string_view | substr (std::size_t start, std::size_t len) const |
| std::string_view | consume (std::size_t len) |
Public Attributes | |
| std::string_view | input_ |
| std::size_t | pos_ = 0 |
1.8.13