Searched defs:is_trivial_cpp_int (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/multiprecision/ |
| D | cpp_int.hpp | 88 struct is_trivial_cpp_int struct 90 static const bool value = false; 94 struct is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> > struct 96 typedef cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> self; 97 …value && (max_precision<self>::value <= (sizeof(double_limb_type) * CHAR_BIT) - (SignType == signe… 101 struct is_trivial_cpp_int<cpp_int_base<MinBits, MaxBits, SignType, Checked, Allocator, true> > struct 103 static const bool value = true;
|