BloombergLP::bdlde::CharConvertStatus::Enum

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

Synopsis

Declared in <bdlde_charconvertstatus.h>

enum Enum;

Members

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