The Gaudi Framework
v36r1 (3e2fb5a8)
Classes
|
Functions
finally.h File Reference
#include <utility>
Include dependency graph for finally.h:
Go to the source code of this file.
Classes
struct
final_action< F >
Functions
template<typename F >
final_action
< F >
finally
(F &&act)
Function Documentation
◆
finally()
template<typename F >
final_action
<F> finally
(
F &&
act
)
Definition at line
28
of file
finally.h
.
28
{
29
return
{std::forward<F>( act )};
30
}
GaudiKernel
include
GaudiKernel
finally.h
Generated on Tue Sep 21 2021 12:27:52 for The Gaudi Framework by
1.8.18