Bit‐masks returned by character‐conversion functions to report conversion issues.

Synopsis

Declared in <bdlde_charconvertstatus.h>

enum Enum;

Members

Name

Description

k_INVALID_INPUT_BIT

Invalid code points or byte/word sequences were found in the input.

k_OUT_OF_SPACE_BIT

The provided output buffer was too small for the translation.

Created with MrDocs