Searched refs:SignedInteger (Results 1 – 1 of 1) sorted by relevance
92 BOOST_concept(SignedInteger,(T)) {93 BOOST_CONCEPT_USAGE(SignedInteger) { in BOOST_CONCEPT_USAGE() argument99 template <> struct SignedInteger<signed char> { };100 template <> struct SignedInteger<short> {};101 template <> struct SignedInteger<int> {};102 template <> struct SignedInteger<long> {};104 template <> struct SignedInteger< ::boost::long_long_type> {};106 template <> struct SignedInteger<__int64> {};517 BOOST_CONCEPT_ASSERT((SignedInteger<difference_type>));