Ask a Question | Search PSRCHIVE: |
Home
|
ModifyRestore.h 40 };
Modifies a value on construction and restores it on destruction. Definition: ModifyRestore.h:16 ModifyRestore(T &value, const T &modified_value) Modify constructor. Definition: ModifyRestore.h:26 T & the_value Reference to the value to be restored. Definition: ModifyRestore.h:40 T restore_value Copy of the value before modification. Definition: ModifyRestore.h:43 Generated using doxygen 1.8.17
|