Decode characters in [begin, end)] writing output to out, with optional counts and an output limit. See the preceding overload for full contract details.

Synopsis

Declared in <bdlde_hexdecoder.h>

template<
    class OUTPUT_ITERATOR,
    class INPUT_ITERATOR>
int
convert(
    OUTPUT_ITERATOR out,
    int* numOut,
    int* numIn,
    INPUT_ITERATOR begin,
    INPUT_ITERATOR end,
    int maxNumOut = ‐1);

Created with MrDocs