Home
last modified time | relevance | path

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

/third_party/boost/boost/multiprecision/
Dcpp_int.hpp88 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;