Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++関数のシグネチャがあるとします。
bool Foo::bar() const;
ここで、最後の「const」は、Fooのメンバー変数がbarを呼び出しても変更されないことを示します。これに相当するダートはありますか?
いいえ、そうは思いません。このような機能があると便利だと思われる場合は、7908号にスターを付けてください。