Struct UTF16Decoder

UTF-16 LE decoder to use with dlib.text.encodings.transcode

struct UTF16Decoder ;

Fields

NameTypeDescription
character intCurrent character index
index ulongCurrent index in an input string
input stringInput string. Set it before decoding

Methods

NameDescription
decode () Range interface.
decodeNext () Decode next character.
eos () Check if decoder is in the end of input.