libboost-integer/1.78.0

[full]

The organization of boost integer headers and classes is designed to take advantage of <stdint.h> types from the 1999 C standard without resorting to undefined behavior in terms of the 1998 C++ standard. The header <boost/cstdint.hpp> makes the standard integer types safely available in namespace boost without placing any names in namespace std

Boost.Integer, part of collection of the Boost C++ Libraries, provides integer type support, particularly helpful in generic programming. It provides the means to select an integer type based upon its properties, like the number of bits or the maximum supported value, as well as compile-time bit mask selection. There is a derivative of std::numeric_limits that provides integral constant expressions for min and max... Finally, it provides two compile-time algorithms: determining the highest power of two in a compile-time value; and computing min and max of constant expressions.

... More
version 1.78.0
license BSL-1.0Boost Software License 1.0
repository https://pkg.cppget.org/1/legacy
download libboost-integer-1.78.0.tar.gz
sha256 885b82b5c8b2f6396ae378b914afbc64cd12b69a0b102ce8a8738dad83d5e147
project boost
url github.com/boostorg/integer
doc-url www.boost.org/doc/libs/1_78_0/libs/integer
package-url github.com/build2-packaging/boost
package-email packaging@build2.orgMailing list
topics C++Boost

Depends (5)

libboost-assert == 1.78.0
libboost-config == 1.78.0
libboost-core == 1.78.0
libboost-static-assert == 1.78.0
libboost-throw-exception == 1.78.0

Reviews

fail 0
pass 1