This visitor, when invoked as a non‐modifiable function object on an instance of some template parameter TYPE, writes the value of that instance to a stream specified at construction of this visitor, using spacing information also specified at construction.
Synopsis
Declared in <bdlb_variant.h>
struct Variant_PrintVisitor;
Member Functions
Name |
Description |
|
Create a print visitor writing to the specified |
Function call operators |
Data Members
Name |
Description |
indentation level |
|
spaces per indentation level |
|
output stream (held, not owned) |
Created with MrDocs