Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Composes a SQL query client-side appending it to a format context.
template< class... Formattable> void format_sql_to(format_context_base& ctx,constant_string_viewformat_str, Formattable&&... args); »more...void format_sql_to(format_context_base& ctx,constant_string_viewformat_str, std::initializer_list<format_arg> args); »more...