SObjectizer
5.5
|
A simple implementation of at_scope_exit concept. More...
#include <utility>
Go to the source code of this file.
Classes | |
class | so_5::details::scope_exit_details::at_exit_t< L > |
Helper class for scope exit implementation. More... | |
Namespaces | |
so_5 | |
Public part of message limit implementation. | |
so_5::details | |
Some reusable and low-level classes/functions which can be used in public header files. | |
so_5::details::scope_exit_details | |
Functions | |
template<typename L > | |
scope_exit_details::at_exit_t< L > | so_5::details::at_scope_exit (L &&l) |
Helper function for creation action to be performed at scope exit. More... | |
A simple implementation of at_scope_exit concept.