Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2022. The current version is 1.89.0.
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 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 tutorial.