libcrn
3.9.5
A document image processing library
|
#include <functional>
Go to the source code of this file.
Classes | |
class | crn::Destroyer |
An objects that calls a functor when destroyed. More... | |
Namespaces | |
crn | |
Macros | |
#define | AtScopeExit(functor) crn::Destroyer CRNAtScopeExit_UNIFY_VAR(at_scope_exit)(functor) |
Executes a functor at the end of the scope. More... | |