estdlib icon indicating copy to clipboard operation
estdlib copied to clipboard

istringstream zero-copy string extraction

Open malachib opened this issue 3 months ago • 0 comments

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.

malachib avatar Sep 09 '25 17:09 malachib