Search
❯
Apr 15, 20261 min read
型や式の型のサイズをバイト数で返す単項演算子。
sizeof(bool) // bool型のサイズがわかる sizeof(x) // 変数xの型のサイズがわかる