The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Classes
|
Functions
finally.h File Reference
#include <utility>
Include dependency graph for finally.h:
This graph shows which files directly or indirectly include this file:
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
template<typename F >
final_action
<F> finally
(
F &&
act
)
Definition at line
18
of file
finally.h
.
19
{
20
return
{std::forward<F>( act )};
21
}
GaudiKernel
GaudiKernel
finally.h
Generated on Wed Aug 1 2018 23:21:27 for The Gaudi Framework by
1.8.11