Searched refs:SignedInteger (Results 1 – 1 of 1) sorted by relevance
97 BOOST_concept(SignedInteger,(T)) {98 BOOST_CONCEPT_USAGE(SignedInteger) { in BOOST_CONCEPT_USAGE() argument104 template <> struct SignedInteger<signed char> { };105 template <> struct SignedInteger<short> {};106 template <> struct SignedInteger<int> {};107 template <> struct SignedInteger<long> {};109 template <> struct SignedInteger< ::boost::long_long_type> {};111 template <> struct SignedInteger<__int64> {};514 BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));