The Gaudi Framework
v32r2 (46d42edc)
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
18
of file
finally.h
.
18
{
19
return
{std::forward<F>( act )};
20
}
GaudiKernel
GaudiKernel
finally.h
Generated on Sat Sep 28 2019 18:06:57 for The Gaudi Framework by
1.8.15