:relfileprefix: ../../../ [#boost-urls-ipv4_address-to_bytes] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/ipv4_address.adoc[pass:[ipv4_address]]::to_bytes Return the address as bytes, in network byte order. == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/ipv4_address/bytes_type.adoc[bytes_type] to_bytes() const noexcept; ----