Utility for constructing a PrintAdapter without naming its template argument (useful in C++03; CTAD can replace this in C++17+).

Synopsis

Declared in <bdlb_printadapter.h>

struct PrintAdapterUtil;

Static Member Functions

Name

Description

makeAdapter

Create and return a PrintAdapter for the specified object.

Created with MrDocs