beast icon indicating copy to clipboard operation
beast copied to clipboard

Implement beast::istream()

Open djarek opened this issue 6 years ago • 3 comments

This would make the API symmetric in use. E.g.:

int i, j;
beast::istream(body) >> i;
beast::istream(body) >> j;

djarek avatar Nov 11 '17 01:11 djarek

This should be done by modifying detail::ostream_buffer to fulfill the get contract of std::basic_streambuf.

vinniefalco avatar Nov 11 '17 01:11 vinniefalco

This issue has been open for a while with no activity, has it been resolved?

stale[bot] avatar Apr 24 '18 16:04 stale[bot]

I'm looking forward to have this feature implemented

ivan-volnov avatar Dec 24 '20 14:12 ivan-volnov