|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
RAII helper that temporarily overrides a variable and restores its original value when the scope exits. More...
Go to the source code of this file.
Classes | |
| class | DNDS::ScopedValueAlternator< T > |
RAII sentinel: on construction replaces ref with a new value and on destruction restores the original value. More... | |
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
RAII helper that temporarily overrides a variable and restores its original value when the scope exits.
Definition in file ScopedValueAlternator.hpp.