C++の基本型。言語仕様として最初から用意されている型で、主に以下を含む。 整数型(C++) 浮動小数点型 bool型(C++) void std::nullptr_t 組み込み型とほぼ同じ文脈で使われることが多い。 参考 https://en.cppreference.com/w/cpp/language/types.html https://qiita.com/gis/items/940830a7b6a131b25969 https://programming-place.net/ppp/contents/c/019.html