Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  master (f31105fd)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IDataStoreAgent.h File Reference
#include <GaudiKernel/Kernel.h>
#include <functional>
Include dependency graph for IDataStoreAgent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDataStoreAgent
 
class  details::GenericDataStoreAgent< F >
 

Namespaces

 details
 

Functions

template<typename F >
::details::GenericDataStoreAgent< F > makeDataStoreAgent (F &&f)
 

Function Documentation

◆ makeDataStoreAgent()

template<typename F >
::details::GenericDataStoreAgent<F> makeDataStoreAgent ( F &&  f)

Definition at line 52 of file IDataStoreAgent.h.

52  {
53  return { std::forward<F>( f ) };
54 }