BloombergLP::bdlde::HexEncoder::endConvert

Complete encoding, writing any pending output to out subject to maxNumOut, and load the number of bytes written into numOut. See the preceding overload for full contract details.

Synopsis

Declared in <bdlde_hexencoder.h>

template<class OUTPUT_ITERATOR>
int
endConvert(
    OUTPUT_ITERATOR out,
    int* numOut,
    int maxNumOut = -1);