SObjectizer
5.7
|
Helper template function for doing initialization phase with rollback on failure. More...
#include <so_5/exception.hpp>
Go to the source code of this file.
Namespaces | |
so_5 | |
Public part of message limit implementation. | |
so_5::impl | |
Details of SObjectizer run-time implementations. | |
Functions | |
template<typename Init_Fn , typename Deinit_Fn , typename Next_Stage > | |
void | so_5::impl::run_stage (const std::string &stage_name, Init_Fn &&init_fn, Deinit_Fn &&deinit_fn, Next_Stage &&next_stage) |
Helper template function for doing initialization phase with rollback on failure. More... | |
Helper template function for doing initialization phase with rollback on failure.