Home
last modified time | relevance | path

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

/third_party/boost/boost/
Dinteger_traits.hpp44 class integer_traits : public std::numeric_limits<T> class
75 class integer_traits<bool> class
81 class integer_traits<char> class
87 class integer_traits<signed char> class
93 class integer_traits<unsigned char> class
100 class integer_traits<wchar_t> class
129 class integer_traits<short> class
135 class integer_traits<unsigned short> class
141 class integer_traits<int> class
147 class integer_traits<unsigned int> class
[all …]
/third_party/boost/boost/detail/
Dnumeric_traits.hpp99 struct integer_traits struct
103 typedef Integer integer_type;
104 typedef std::numeric_limits<integer_type> x;
123 >::type difference_type;
/third_party/boost/boost/multiprecision/cpp_int/
Dcpp_int_config.hpp89 class integer_traits<multiprecision::double_limb_type> class
94 class integer_traits<multiprecision::signed_double_limb_type> class
/third_party/boost/boost/spirit/home/support/char_set/
Drange_functions.hpp50 typedef integer_traits<value_type> integer_traits; in can_merge() typedef
/third_party/boost/libs/spirit/test/qi/
Drange_run.cpp35 typedef boost::integer_traits<Char> integer_traits; in acid_test() typedef