Utility for printing bsl::optional to standard output streams. This class has operator<< defined for it, so it can be used, for example, in ball logs.
Synopsis
Declared in <bdlb_optionalprinter.h>
template<class TYPE>
class OptionalPrinter;
Member Functions
Name |
Description |
|
Create |
Format this object to the specified output |
|
|
Declare that this type enables the streamed formatter. |
Created with MrDocs