c++ Programming Glossary: cached_area_valid
Does const mean thread-safe in C++11? http://stackoverflow.com/questions/14127379/does-const-mean-thread-safe-in-c11 width 0 height 0 mutable int cached_area 0 mutable bool cached_area_valid true public ... void set_size int new_width int new_height cached_area_valid.. true public ... void set_size int new_width int new_height cached_area_valid width new_width height new_height width new_width height new_height.. width new_width height new_height int area const if cached_area_valid cached_area width cached_area height cached_area_valid true..
|