#include <scope_guard.hpp>
Inheritance diagram for boost::scope_guard_impl3< F, P1, P2, P3 >:
Public Member Functions | |
scope_guard_impl3 (F fun, P1 p1, P2 p2, P3 p3) | |
~scope_guard_impl3 () | |
void | execute () |
Protected Attributes | |
F | fun_ |
const P1 | p1_ |
const P2 | p2_ |
const P3 | p3_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|