Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dconcept_check.hpp97 BOOST_concept(SignedInteger,(T)) {
98 BOOST_CONCEPT_USAGE(SignedInteger) { in BOOST_CONCEPT_USAGE() argument
104 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>));