ocean.math.WideUInt

Struct emulating a large (bigger than ulong) non-negative integer of fixed range (defined via template argument). ulong but still fixed in size (defined via template argument).

Members

Classes

WideUIntRangeException
class WideUIntRangeException

Exception of this class is thrown when WideUInt overflow is about to happen

Structs

WideUInt
struct WideUInt(size_t N)

Struct emulating a large (bigger than ulong) non-negative integer of fixed range (defined via template argument). ulong but still fixed in size (defined via template argument).

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).