A nested‐trait‐declaration compatible boolean trait indicating whether a type that is passed to bsl::format will be formatted using its ostream insertion operator, operator<<.
Synopsis
Declared in <bslfmt_enablestreamedformatter.h>
template<class t_TYPE>
struct EnableStreamedFormatter
: bslmf::DetectNestedTrait<t_TYPE, EnableStreamedFormatter>::type
Base Classes
Name |
Description |
|
Created with MrDocs