The Gaudi Framework  v30r4 (9b837755)
IDataStoreAgent.h File Reference
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

 details
 

Functions

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

Function Documentation

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

Definition at line 47 of file IDataStoreAgent.h.

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