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

character_set

(EXPERIMENTAL) 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.

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