Make fixed-length integers. More...
Make fixed-length integers.
Bits | The number of bits to limit it to, or zero for unlimited-length. |
If Bits
is non-zero, integers of this type are fixed-length, limited to the specified number of bits. If zero (the default), the integer is limited only by your system's memory. See also the negative_modulus option.
Definition at line 95 of file options.hpp.
© Copyright Chad Nelson, 2010-2011. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)