What is the meaning of const in declarations like these? 像這樣的聲明中const的含義是什麼? The const confuses me. const使我感到困惑。 函數
const
class foobar { public: operator int () const; const char* foo() const; };