Searched refs:checked_rat128_t (Results 1 – 1 of 1) sorted by relevance
19 …ision::rational_adaptor<boost::multiprecision::checked_int128_t::backend_type> > checked_rat128_t; typedef32 BOOST_STATIC_ASSERT(boost::is_nothrow_move_constructible<checked_rat128_t>::value);48 BOOST_STATIC_ASSERT(boost::is_nothrow_move_assignable<checked_rat128_t>::value);70 BOOST_STATIC_ASSERT(boost::has_nothrow_constructor<checked_rat128_t>::value);84 BOOST_STATIC_ASSERT(boost::has_nothrow_copy<checked_rat128_t>::value);98 BOOST_STATIC_ASSERT(boost::has_nothrow_assign<checked_rat128_t>::value);111 BOOST_STATIC_ASSERT(noexcept(checked_rat128_t(std::declval<boost::multiprecision::signed_limb_type>…123 BOOST_STATIC_ASSERT(noexcept(checked_rat128_t(std::declval<boost::multiprecision::limb_type>())));135 BOOST_STATIC_ASSERT(noexcept(std::declval<checked_rat128_t>() = std::declval<boost::multiprecision:…147 BOOST_STATIC_ASSERT(noexcept(std::declval<checked_rat128_t>() = std::declval<boost::multiprecision:…[all …]