#include <bdlb_printadapter.h>
|
| template<class TYPE > |
| static PrintAdapter< TYPE > | makeAdapter (const TYPE &object, int level=0, int spacesPerLevel=4) |
| |
◆ makeAdapter()
template<class TYPE >
| PrintAdapter< TYPE > bdlb::PrintAdapterUtil::makeAdapter |
( |
const TYPE & |
object, |
|
|
int |
level = 0, |
|
|
int |
spacesPerLevel = 4 |
|
) |
| |
|
inlinestatic |
Create and return a PrintAdapter object, passing the constructor the specified object, level, and spacesPerLevel.
The documentation for this struct was generated from the following file: