Searched defs:cpp_int_backend (Results 1 – 1 of 1) sorted by relevance
1287 struct cpp_int_backend struct1296 typedef cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> self_type;1304 base_type;1305 typedef mpl::bool_<is_trivial_cpp_int<self_type>::value> trivial_tag;1313 mpl::list<signed_limb_type, signed_double_limb_type> >::type signed_types;1318 mpl::list<limb_type, double_limb_type> >::type unsigned_types;1322 mpl::list<long double> >::type float_types;1323 typedef mpl::int_<Checked> checked_type;1325 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR cpp_int_backend() BOOST_NOEXCEPT {} in cpp_int_backend() function1326 …NE BOOST_CONSTEXPR cpp_int_backend(const cpp_int_backend& o) BOOST_MP_NOEXCEPT_IF(boost::is_void<A… in cpp_int_backend() argument[all …]