SObjectizer 5.8
Loading...
Searching...
No Matches
at_scope_exit.hpp File Reference

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

namespace  so_5
 Private part of message limit implementation.
 
namespace  so_5::details
 Some reusable and low-level classes/functions which can be used in public header files.
 
namespace  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.
 

Detailed Description

A simple implementation of at_scope_exit concept.

Since
v.5.5.16

Definition in file at_scope_exit.hpp.