User Tools

Site Tools


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: 2019/11/13 12:40 by michfiel