30 lines
947 B
Plaintext
30 lines
947 B
Plaintext
|
[/
|
||
|
Copyright 2011 - 2020 John Maddock.
|
||
|
Copyright 2013 - 2019 Paul A. Bristow.
|
||
|
Copyright 2013 Christopher Kormanyos.
|
||
|
|
||
|
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).
|
||
|
]
|
||
|
|
||
|
[section:tom_int_ref tom_int]
|
||
|
|
||
|
namespace boost{ namespace multiprecision{
|
||
|
|
||
|
class tommath_int;
|
||
|
|
||
|
typedef number<tommath_int > tom_int;
|
||
|
|
||
|
}} // namespaces
|
||
|
|
||
|
Class template `tommath_int` fulfils all of the requirements for a [link boost_multiprecision.ref.backendconc Backend] type.
|
||
|
Its members and non-member functions are deliberately not documented: these are considered implementation details that are subject
|
||
|
to change.
|
||
|
|
||
|
The type of `number_category<cpp_int<Args...> >::type` is `std::integral_constant<int, number_kind_integer>`.
|
||
|
|
||
|
More information on this type can be found in the [link boost_multiprecision.tut.ints.tom_int tutorial].
|
||
|
|
||
|
[endsect]
|