Home
last modified time | relevance | path

Searched defs:is_non_throwing_cpp_int (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/
H A Dcpp_int.hpp133 struct is_non_throwing_cpp_int : public mpl::false_{}; struct
135 struct is_non_throwing_cpp_int<cpp_int_backend<MinBits, MaxBits, SignType, unchecked, void> > : pub… struct