Mir
|
#include <stdexcept>
#include <iostream>
Go to the source code of this file.
Classes | |
class | mir::RevertIfUnwinding< Unwind > |
Namespaces | |
mir | |
All things Mir. | |
Functions | |
template<typename Apply , typename Revert > | |
auto | mir::try_but_revert_if_unwinding (Apply &&apply, Revert &&reverse) -> RevertIfUnwinding< Revert > |
template<typename Revert > | |
auto | mir::on_unwind (Revert &&action) -> RevertIfUnwinding< Revert > |
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015