Call print on object using the data fields of this struct.
Synopsis
Declared in <bdlb_variantprinter.h>
template<class t_TYPE>
void
operator()(t_TYPE const& object) const;
Parameters
Name |
Description |
object |
value held by the variant to print |
Created with MrDocs