BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bdlb::VariantPrinterUtil Struct Reference

#include <bdlb_variantprinter.h>

Detailed Description

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.

See bdlb_variantprinter

Static Public Member Functions

template<class t_VARIANT >
static VariantPrinter< t_VARIANT > makePrinter (const t_VARIANT &data)
 

Member Function Documentation

◆ makePrinter()

template<class t_VARIANT >
VariantPrinter< t_VARIANT > bdlb::VariantPrinterUtil::makePrinter ( const t_VARIANT &  data)
inlinestatic

Return an VariantPrinter that prints the specified data.


The documentation for this struct was generated from the following file: