estdlib icon indicating copy to clipboard operation
estdlib copied to clipboard

basic_ostringstream::str()

Open malachib opened this issue 11 months ago • 0 comments

Implement https://en.cppreference.com/w/cpp/io/basic_ostringstream/str since we can comfortably return our own detail::basic_string IIRC

Somewhat non-trivial in that a generic basic_ostream is applied here

malachib avatar Jan 29 '25 03:01 malachib