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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Formattable concept

A type T is Formattable if it can be passed as a format argument to SQL formatting functions, like format_sql or format_context_base::append_value.

Formally, a type T satisfies Formattable if any of the following are true:

For a reference table on built-in formattable types, see this section.


PrevUpHomeNext