Implementation helper that dispatches print by type and traits.

Synopsis

Declared in <bslim_printer.h>

struct Printer_Helper;

Description

This struct is an aid to the implementation of the accessors of the Printer mechanism. It provides a method template, print, that adheres to the BDE print method contract. It is not to be accessed directly by clients of bslim.

Static Member Functions

Name

Description

print

print overloads

printRaw

printRaw overloads

printTupleElements

printTupleElements overloads

Created with MrDocs