BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlb::HasPrintMethod< TYPE > Struct Template Reference

#include <bdlb_printmethods.h>

Inheritance diagram for bdlb::HasPrintMethod< TYPE >:

Detailed Description

template<class TYPE>
struct bdlb::HasPrintMethod< TYPE >

A class, TYPE, should specialize this trait to derive from true_type 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: