Boost C++ Libraries Home Libraries People FAQ More

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