estdlib
estdlib copied to clipboard
istringstream zero-copy string extraction
Add ability for something like:
layer2::istringstream<256> in(s);
string_view s2;
s >> s2;
Since unlike std we are more comfortable sharing ownership of istringstream sourced buffer.