BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlb::TypeTraitHasPrintMethod Struct Reference

#include <bdlb_printmethods.h>

Classes

struct  Metafunction
 
struct  NestedTraitDeclaration
 

Detailed Description

A class should declare this trait if it has a print method with the following signature:

bsl::ostream& print(bsl::ostream& stream,
int level = 0,
int spacesPerLevel = 4) const;

The documentation for this struct was generated from the following file: