Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

format_arg

A named format argument, to be used in initializer lists.

Synopsis

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

class format_arg;
Member Functions

Name

Description

format_arg [constructor]

Constructor.

Description

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.

Object lifetimes

This is a non-owning type. Both the argument name and value are stored as views.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext