Const-correctness - Frederic P Miller - 書籍 - Alphascript Publishing - 9786130233921 - 2009年12月3日
カバー画像とタイトルが一致しない場合、正しいのはタイトルです

Const-correctness

価格
¥ 19.574
税抜

遠隔倉庫からの取り寄せ

発送予定日 年6月8日 - 年6月18日
iMusicのウィッシュリストに追加

Publisher Marketing: High Quality Content by WIKIPEDIA articles! In computer science, const-correctness is the form of program correctness that deals with the proper declaration of objects as mutable or immutable. The term is mostly used in a C or C++ context, and takes its name from the const keyword in those languages. The idea of const-ness does not imply that the variable as it is stored in the computer's memory is unwriteable. Rather, const-ness is a compile-time construct that indicates what a programmer may do, not necessarily what they can do. In addition, a method can be declared as const. In this case, the 'this' pointer inside such a method is of const ThisClass const type rather than of This Class const type. This means that non-const methods for this object cannot be called from inside such a method, nor can member variables be modified, nor can non-const methods be called, if they are of class type. In C++, a member variable can be declared as mutable, indicating that this restriction does not apply to it. Mutable member variables can be used for caching and reference counting, where the logical meaning (state) of the object is unchanged, but the object is not physically constant since its bitwise representation may change.

メディア 書籍     Book
リリース済み 2009年12月3日
ISBN13 9786130233921
出版社 Alphascript Publishing
ページ数 78
寸法 229 × 152 × 5 mm   ·   250 g   (重量(概算))

Frederic P Millerの他の作品を見る

すべて表示