Home
last modified time | relevance | path

Searched defs:is_unsigned_number (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp1023 struct is_unsigned_number : public mpl::false_{}; struct
1025 struct is_unsigned_number<number<Backend, ExpressionTemplates> > : public is_unsigned_number<Backen… struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp107 struct is_unsigned_number<backends::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>… struct