diff --git a/doc/html/boost_integer/cstdint.html b/doc/html/boost_integer/cstdint.html index b709cfc..151ee51 100644 --- a/doc/html/boost_integer/cstdint.html +++ b/doc/html/boost_integer/cstdint.html @@ -2,7 +2,7 @@
boost
instead.
BOOST_NO_INT64_T
.
int_least8_t
int_least16_t
int_least32_t
uint_least8_t
uint_least16_t
uint_least32_t
int_least8_t
+ int_least16_t
+ int_least32_t
+ uint_least8_t
+ uint_least16_t
+ uint_least32_t
+ The following types are available only if, after including <boost/cstdint.hpp>, the macro BOOST_NO_INT64_T is not defined:
int_least64_t
uint_least64_t
int_least64_t
+ uint_least64_t
+ All other minimum-width integer types are optional.
int_fast8_t
int_fast16_t
int_fast32_t
uint_fast8_t
uint_fast16_t
uint_fast32_t
int_fast8_t
+ int_fast16_t
+ int_fast32_t
+ uint_fast8_t
+ uint_fast16_t
+ uint_fast32_t
+ The following types are available only if, after including <boost/cstdint.hpp>, the macro BOOST_NO_INT64_T is not defined:
int_fast64_t
uint_fast64_t
int_fast64_t
+ uint_fast64_t
+ All other fastest minimum-width integer types are optional.