简体   繁体   中英

boost asio and endian

我不知道,是否会提升asio处理endian?

Asio does convert things like port into network order. The conversion functions are not exposed as part of the official interface and are hidden in the detail namespace instead (eg boost::asio::detail::socket_ops::host_to_network_short ).

boost :: asio :: socket_不执行任何字节顺序转换。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM