DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
ScopedValueAlternator.hpp File Reference

RAII helper that temporarily overrides a variable and restores its original value when the scope exits. More...

This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

RAII helper that temporarily overrides a variable and restores its original value when the scope exits.

Definition in file ScopedValueAlternator.hpp.