SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches
binder_chain.h File Reference

Description

Defines the sqt::BinderChain<> primary template and its specialization for various numbers of binders.

Classes

class  sqt::BinderChain<>
class  sqt::BinderChain< FIRST, REST... >

Functions

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