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 Sep 8 14:50:19 UTC 2016