Searched defs:Integer (Results 1 – 2 of 2) sorted by relevance
67 BOOST_CONCEPT_USAGE(Integer) in BOOST_CONCEPT_USAGE() argument75 template <> struct Integer<char> {}; struct76 template <> struct Integer<signed char> {}; struct77 template <> struct Integer<unsigned char> {}; struct78 template <> struct Integer<short> {}; struct79 template <> struct Integer<unsigned short> {}; struct80 template <> struct Integer<int> {}; struct81 template <> struct Integer<unsigned int> {}; struct82 template <> struct Integer<long> {}; struct83 template <> struct Integer<unsigned long> {}; struct[all …]
351 TEST(PrintBuiltInTypeTest, Integer) { in TEST() argument