diff --git a/doc/conversion.html b/doc/conversion.html index fe25258..339cc33 100644 --- a/doc/conversion.html +++ b/doc/conversion.html @@ -59,14 +59,14 @@
Header boost/endian/conversion.hpp +
Header boost/endian/conversion.hpp
provides byte order reversal and conversion functions that convert objects of
the multi-byte built-in
integer types, and also types float
and double,
diff --git a/doc/index.html b/doc/index.html
index 061af2a..a134079 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -60,8 +60,8 @@
Header <boost/endian/types.hpp> provides -integer-like byte-holder binary types with explicit control over +
Header boost/endian/types.hpp +provides integer and floating point binary types with explicit control over byte order, value type, size, and alignment. Typedefs provide easy-to-use names for common configurations.
These types provide portable byte-holders for integer data, independent of
@@ -102,7 +102,8 @@ arithmetic operators are +
, +=
, -
,
^
, ^=
, <<
, <<=
, >>
,
>>=
. Binary relational operators are ==
, !=
,
<
, <=
, >
, >=
.
Automatic conversion is provided to the underlying integer value type.
+Automatic implicit conversion to the underlying value type is provided. An +explicit conversion constructor from the underlying value type is provided.
The endian_example.cpp program writes a binary file containing four byte big-endian and little-endian integers: