![]() |
Home | Libraries | People | FAQ | More |
(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.