const member function semantics
What does a const member function guarantee?
class Foo {
public:
int getValue() const;
};
Sign in to answer questions and track your progress
Sign InWhat does a const member function guarantee?
class Foo {
public:
int getValue() const;
};
Sign in to answer questions and track your progress
Sign In