Searched defs:cpp_int_backend (Results 1 – 1 of 1) sorted by relevance
1033 struct cpp_int_backend struct1042 typedef cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> self_type;1049 is_trivial_cpp_int<self_type>::value> base_type;1050 typedef mpl::bool_<is_trivial_cpp_int<self_type>::value> trivial_tag;1058 >::type signed_types;1064 >::type unsigned_types;1069 >::type float_types;1070 typedef mpl::int_<Checked> checked_type;1072 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR cpp_int_backend() BOOST_NOEXCEPT{} in cpp_int_backend() argument1073 …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 …]