Old‐style trait tag indicating that a class provides a BDE‐style print method.
Synopsis
Declared in <bdlb_printmethods.h>
struct TypeTraitHasPrintMethod;
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; `
Types
Name |
Description |
Metafunction that evaluates to |
|
This class template ties the |
Created with MrDocs