BloombergLP::bslfmt::EnableStreamedFormatter

Boolean trait that enables streamed formatting of a type.

Synopsis

Declared in <bslfmt_enablestreamedformatter.h>

template<class t_TYPE>
struct EnableStreamedFormatter
    : bslmf::DetectNestedTrait<t_TYPE, EnableStreamedFormatter>::type

Description

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<<.

Base Classes

NameDescription
bslmf::DetectNestedTrait<t_TYPE, EnableStreamedFormatter>::type