E-MailRelay
|
#include "gdef.h"
#include <functional>
#include <utility>
Go to the source code of this file.
Classes | |
class | G::ScopeExit |
A class that calls an exit function at the end of its scope. More... | |
class | G::ScopeExitSet< T, Value > |
A class that sets a simple variable to a particular value at the end of its scope. More... | |
Namespaces | |
namespace | G |
Low-level classes. | |
Typedefs | |
using | G::ScopeExitSetFalse = ScopeExitSet< bool, false > |