|
FE 0.15.0
A C++23 toolkit for writing compiler/interpreter frontends.
|
#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. | |