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

PrevUpHomeNext

format_context

Format context for incremental SQL formatting.

Synopsis

Defined in header <boost/mysql/format_sql.hpp>

using format_context = basic_format_context< std::string >;
Description

Convenience type alias for basic_format_context's most common case.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext