|
FE 0.13.1
Header-only C++ frontend library
|
#include <utility>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. | |