ipfs-chromium
|
#include <library/include/vocab/slash_delimited.h>
Public Member Functions | |
SlashDelimited (std::string_view unowned) | |
operator bool () const | |
std::string_view | pop () |
std::string_view | pop_all () |
std::string_view | pop_n (std::size_t) |
std::string_view | peek_back () const |
std::string | pop_back () |
std::string | to_string () const |
std::string_view | to_view () const |
Public Attributes | |
std::string_view | remainder_ |
A block of ASCII text that is /-delimited, which one may want to split on /
|
explicit |
unowned | Text to parse into /-delimited components |