SObjectizer  5.7
Namespaces | Functions
run_stage.hpp File Reference

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...
 

Detailed Description

Helper template function for doing initialization phase with rollback on failure.

Since
v.5.5.19