|
BDE 4.39.x Production Release
|
#include <bdlb_variantprinter.h>
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.
Static Public Member Functions | |
| template<class t_VARIANT > | |
| static VariantPrinter< t_VARIANT > | makePrinter (const t_VARIANT &data) |
|
inlinestatic |
Return an VariantPrinter that prints the specified data.