#include <parser-state.hh>
Public Member Functions | |
operator std::string_view () const | |
Public Attributes | |
const char * | p |
size_t | l |
bool | hasIndentation |
char *
and size_t
allows us to avoid having to define the special members that using string_view here would implicitly delete.