Searched refs:CppInt (Results 1 – 1 of 1) sorted by relevance
25 template <class R, class CppInt>26 void check_in_range(const CppInt& val, const mpl::int_<checked>&) in check_in_range()28 typedef typename boost::multiprecision::detail::canonical<R, CppInt>::type cast_type; in check_in_range()40 template <class R, class CppInt>41 inline void check_in_range(const CppInt& /*val*/, const mpl::int_<unchecked>&) BOOST_NOEXCEPT {} in check_in_range() argument