|
LLVM
4.0.0
|
Similar to SaveAndRestore.
More...
#include <SaveAndRestore.h>
Public Member Functions | |
| SaveOr (bool &X) | |
| ~SaveOr () | |
Similar to SaveAndRestore.
Operates only on bools; the old value of a variable is saved, and during the dstor the old value is or'ed with the new value.
Definition at line 38 of file SaveAndRestore.h.
|
inline |
Definition at line 39 of file SaveAndRestore.h.
|
inline |
Definition at line 40 of file SaveAndRestore.h.
1.8.6