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 object, passing the constructor the specified object, level, and spacesPerLevel.

Created with MrDocs