We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g.
void render_some( core::string_view in, char* out, std::size_t n, std::size_t& bytes_read, std::size_t& bytes_written ); void finish( char* out, std::size_t n, std::size_t& bytes_written );
or maybe core::span<char> out.
core::span<char> out
The text was updated successfully, but these errors were encountered:
I'm fine with individual pointer and size, keeps things simple
Sorry, something went wrong.
Or this https://github.com/CPPAlliance/buffers/blob/469dd479111d4fe53be3c6784642908520361eed/include/boost/buffers/source.hpp#L34
No branches or pull requests
E.g.
or maybe
core::span<char> out
.The text was updated successfully, but these errors were encountered: