Utility for constructing a PrintAdapter without naming its template argument (useful in C++03; CTAD can replace this in C++17+).
Declared in <bdlb_printadapter.h>
struct PrintAdapterUtil;
| Name | Description |
|---|---|
makeAdapter | Create and return a PrintAdapter object, passing the constructor the specified object, level, and spacesPerLevel. |