Home
last modified time | relevance | path

Searched refs:SignedInteger (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dconcept_check.hpp92 BOOST_concept(SignedInteger,(T)) {
93 BOOST_CONCEPT_USAGE(SignedInteger) { in BOOST_CONCEPT_USAGE() argument
99 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>));