You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have mpp::as_raw tag to encode and decode raw bytes, also decoder can automatically deduce that std::pair<it_t, it_t> object expects iterators to raw bytes (begin and end). This logic is not quite trivial so we should provide an example.
The text was updated successfully, but these errors were encountered:
We have
mpp::as_raw
tag to encode and decode raw bytes, also decoder can automatically deduce thatstd::pair<it_t, it_t>
object expects iterators to raw bytes (begin
andend
). This logic is not quite trivial so we should provide an example.The text was updated successfully, but these errors were encountered: