[#BloombergLP-bdlb-VariantPrinterUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::VariantPrinterUtil :relfileprefix: ../../ :mrdocs: This utility `struct` provides a namespace for a function that creates a `bdlb::VariantPrinter` with its template argument deduced from a given instance of `bsl::variant`. == Synopsis Declared in `<bdlb_variantprinter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct VariantPrinterUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlb/VariantPrinterUtil/makePrinter.adoc[`makePrinter`] | Return an `VariantPrinter` that prints the specified `data`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#