SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches
sqt::BinderChain<> Class Reference

#include <sqt/orm/expression/binder/binder_chain.h>

Description

The specialization for an empty binder chain.

This specialization is used when no binders are present. It serves as a no-op terminator for the binder chain.

See also
sqt::BinderChain<FIRST, REST...>

Public Member Functions

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