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
BINDER
The binder types contained in the binder chain.
Parameters
statement
The statement to which values will be bound.
binders
The binders contained in the chain.
Returns
A
sqt::BinderChain
<>
instance.
src
sqt
orm
expression
binder
binder_chain.h
Generated by
1.14.0