8
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

const を右側に付ける派のことを East const 派という

Posted at

以前似たような話題の投稿1をしたのですが、英語圏では最近(と言っても2年前)、const を右側に付ける(つまり T const x のような)派のことを East const 派、左側に付ける(つまり const T x)派のことを West const 派と言うらしいです。

  1. ポインタ型に付ける const は型名の後ろに付くと考えると憶えやすい

8
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?