[#BloombergLP-bdlde-HexEncoder-endConvert-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/HexEncoder.adoc[HexEncoder]::endConvert :relfileprefix: ../../../ :mrdocs: `endConvert` overloads == Synopses Declared in `<bdlde_hexencoder.h>` Terminate encoding and write any retained output. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class OUTPUT_ITERATOR> int xref:BloombergLP/bdlde/HexEncoder/endConvert-03.adoc[endConvert](OUTPUT_ITERATOR out); ---- [.small]#xref:BloombergLP/bdlde/HexEncoder/endConvert-03.adoc[_» more..._]# Complete encoding with an output count and limit. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class OUTPUT_ITERATOR> int xref:BloombergLP/bdlde/HexEncoder/endConvert-02.adoc[endConvert]( OUTPUT_ITERATOR out, int* numOut, int maxNumOut = ‐1); ---- [.small]#xref:BloombergLP/bdlde/HexEncoder/endConvert-02.adoc[_» more..._]# == Return Value a non‐negative value on success (characters that would be output if called again with no limit), and a negative value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *out* | destination iterator for any retained output | *numOut* | number of output bytes produced | *maxNumOut* | maximum output bytes to write; negative means no limit |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#