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; };