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

◆ BinderChain()

sqt::BinderChain<>::BinderChain ( Statement & statement,
std::tuple<> binders )
noexcept

Constructs an empty binder chain.

Parameters
statementThe statement to which values will be bound.
bindersAn empty binder tuple.

This constructor exists only for consistency with the other specialization. The parameters are not used.