boost::xint::options::fixedlength< Bits > Struct Template Reference

Make fixed-length integers. More...


Detailed Description

template<bitsize_t Bits>
struct boost::xint::options::fixedlength< Bits >

Make fixed-length integers.

Template Parameters:
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.


The documentation for this struct was generated from the following file:

© 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)