Home
last modified time | relevance | path

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

/third_party/boost/boost/multiprecision/
Dcpp_int.hpp179 struct cpp_int_base<MinBits, MaxBits, signed_magnitude, Checked, Allocator, false> struct
182 typedef typename detail::rebind<limb_type, Allocator>::type allocator_type;
184 typedef typename allocator_type::pointer limb_pointer;
185 typedef typename allocator_type::const_pointer const_limb_pointer;
187 typedef typename std::allocator_traits<allocator_type>::pointer limb_pointer;
188 typedef typename std::allocator_traits<allocator_type>::const_pointer const_limb_pointer;
190 typedef mpl::int_<Checked> checked_type;
198 typedef boost::empty_value<allocator_type> base_type;
200 struct limb_data
215 union data_type
[all …]