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

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, 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.


PrevUpHomeNext