Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

character_set

Represents a MySQL character set.

Synopsis

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

struct character_set;
Data Members

Name

Description

name

The character set name, as a NULL-terminated string.

next_char

Obtains the size of the first character of a string.

Description

By default, you should always use utf8mb4_charset, unless there is a strong reason not to. This struct allows you to extend this library with character sets that are not supported out of the box.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext