Quick Links:

bal | bbl | bdl | bsl

Classes

bdlb::TypeTraitHasPrintMethod Struct Reference
[Component bdlb_printmethods]

#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;

See Component bdlb_printmethods


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