Home
last modified time | relevance | path

Searched refs:CppInt (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dmisc.hpp25 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