[#BloombergLP-bdldfp-DecimalUtil_CStringUtil-flatten-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil_CStringUtil.adoc[DecimalUtil_CStringUtil]::flatten :relfileprefix: ../../../ :mrdocs: Produce a compile‐time error informing the caller that the parameterized `TYPE` is not supported as the parameter for the call. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> static char const* flatten(TYPE const& value); ---- == Return Value never returns; produces a compile‐time error == Parameters [cols="1,4"] |=== | Name| Description | *value* | unsupported argument used only to select this overload |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#