Boolean trait that enables streamed formatting of a type.
Declared in <bslfmt_enablestreamedformatter.h>
template<class t_TYPE>
struct EnableStreamedFormatter
: bslmf::DetectNestedTrait<t_TYPE, EnableStreamedFormatter>::type
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<<.
| Name | Description |
|---|---|
bslmf::DetectNestedTrait<t_TYPE, EnableStreamedFormatter>::type |