BDE 4.14.0 Production release
|
#include <bdlb_optionalprinter.h>
Static Public Member Functions | |
template<class TYPE > | |
static OptionalPrinter< TYPE > | makePrinter (const bsl::optional< TYPE > &data) |
Return an OptionalPrinter that prints the specified data . | |
This utility struct
provides a namespace for a function that creates a bdlb::OptionalPrinter
with its template argument deduced from a given instance of bsl::optional
.
|
static |