Searched defs:is_implicit_cpp_int_conversion (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/multiprecision/ |
D | cpp_int.hpp | 125 struct is_implicit_cpp_int_conversion<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocato… struct 127 typedef cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> t1; 128 typedef cpp_int_backend<MinBits2, MaxBits2, SignType2, Checked2, Allocator2> t2; 129 static const bool value =
|