FE 0.13.1
Header-only C++ frontend library
Loading...
Searching...
No Matches
restore.h File Reference
#include <utility>
Include dependency graph for restore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe::Restore< T, Get, Set >
 RAII guard that restores a value at the end of the scope. More...
class  fe::Restore< T, nullptr, nullptr >
 Restores ref to its current value at the end of the scope. More...

Namespaces

namespace  fe

Functions

template<class T>
 fe::Restore (T &, T) -> Restore< T >
 The primary template has no two-argument constructor to deduce this one from.