SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ MakeBinderChain()

template<BinderType... BINDER>
auto sqt::MakeBinderChain ( Statement & statement,
std::tuple< BINDER... > binders )
noexcept

A helper function to create a binder chain instance.

Template Parameters
BINDERThe binder types contained in the binder chain.
Parameters
statementThe statement to which values will be bound.
bindersThe binders contained in the chain.
Returns
A sqt::BinderChain<> instance.