Jpp
15.0.0-rc.2
the software that should make you happy
|
Wrapper data structure for initialisation of fuction objects. More...
#include <JDBToolkit.hh>
Static Public Member Functions | |
template<class JHelper_t , class... Args> | |
static void | initialise (JHelper_t &helper, const Args &...args) |
Initialise. More... | |
Wrapper data structure for initialisation of fuction objects.
The fuction objects will expand on the fly making a corresponding query to the database.
To avoid making a query within another query, a given function object can a priori be initialised using the static method JDBToolkit::initialise.
Definition at line 262 of file JDBToolkit.hh.
|
inlinestatic |
Initialise.
helper | database helper |
args | values |
Definition at line 270 of file JDBToolkit.hh.