We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
構文としては、sizeof 式とsizeof (形名)は区別され、前者は括弧が必須ではありません。
sizeof 式
sizeof (形名)
N3337 p104 "5.3 Unary expresssions"では
sizeof unary-expression sizeof ( type-id ) sizeof ... ( identifier )
The text was updated successfully, but these errors were encountered:
その部分は省略しました。
Sorry, something went wrong.
No branches or pull requests
構文としては、
sizeof 式
とsizeof (形名)
は区別され、前者は括弧が必須ではありません。N3337 p104 "5.3 Unary expresssions"では
The text was updated successfully, but these errors were encountered: