整数型(Integral types) 整数のように扱われる型。 様々なchar型 bool型(C++) enumやenum classのような非基本型は含まれない。 標準整数型(Standard integer types) short int型(C++) long long long 参考 https://en.cppreference.com/w/cpp/language/types.html https://qiita.com/gis/items/940830a7b6a131b25969 https://programming-place.net/ppp/contents/c/019.html