|
noexcept |
Begins a binding process to bind parameters to the placeholders.
The returned sqt::BinderChain<> instance enables binding parameters in a chain fashion. The number of binders, their order, and their value types correspond exactly to the placeholders in the querier. The following code demonstrates how to use the BeginBindings() method: