Home
last modified time | relevance | path

Searched defs:is_trivial_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.hpp84 struct is_trivial_cpp_int struct
86 static const bool value = false;
90 struct is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> > struct
92 typedef cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> self;
93 …ision<self>::value <= (sizeof(double_limb_type) * CHAR_BIT) - (SignType == signed_packed ? 1 : 0));
97 struct is_trivial_cpp_int<cpp_int_base<MinBits, MaxBits, SignType, Checked, Allocator, true> > struct
99 static const bool value = true;