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
Based off this comment for PR: cycfi/artist#2 (comment)
Add functions to include/support.hpp:
include/support.hpp
to_little_endian
to_big_endian
for various scalar types (e.g. uint16_t, uint32_t, etc...).
The text was updated successfully, but these errors were encountered:
Should be easy :-) Care for a PR? Some ideas here: https://github.com/boostorg/endian/blob/develop/include/boost/endian/detail/endian_reverse.hpp
Probably deserves to be a file on its own.
Sorry, something went wrong.
Sure! I'll most likely have some spare time this week to get something up.
No branches or pull requests
Based off this comment for PR: cycfi/artist#2 (comment)
Add functions to
include/support.hpp
:to_little_endian
to_big_endian
for various scalar types (e.g. uint16_t, uint32_t, etc...).
The text was updated successfully, but these errors were encountered: