...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
(EXPERIMENTAL) A named format argument, to be used in initializer lists.
Defined in header <boost/mysql/format_sql.hpp>
class format_arg
Name |
Description |
---|---|
format_arg [constructor] |
Constructor. |
Represents a name, value pair to be passed to a formatting function. This type should only be used in initializer lists, as a function argument.
This is a non-owning type. Both the argument name and value are stored as views.