|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Generic interface for providing data through callable and exist methods. More...
#include <IDataProvider.h>
Public Member Functions | |
| virtual | ~IDataProvider ()=default |
| template<typename... Args> requires HasCallableOperator<T, Args...> | |
| double | operator() (Args &&... args) |
| template<typename... Args> requires HasExistsFunction<T, Args...> | |
| bool | exists (Args &&... args) const |
Generic interface for providing data through callable and exist methods.
| T | Type implementing the actual data access logic. |
Definition at line 92 of file IDataProvider.h.
|
virtualdefault |
|
inline |
Definition at line 104 of file IDataProvider.h.
|
inline |
Definition at line 98 of file IDataProvider.h.