code:snippets
This is an old revision of the document!
class Foo
{
private:
mutable bool done_;
public:
void doSomething() const { ...; done_ = true; }
};
code/snippets.1573645235.txt.gz ยท Last modified: by michfiel
