The Gaudi Framework  master (82fdf313)
Loading...
Searching...
No Matches
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
 Generic data agent interface. More...
 
class  details::GenericDataStoreAgent< F >
 

Namespaces

namespace  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 49 of file IDataStoreAgent.h.

49 {
50 return { std::forward<F>( f ) };
51}