Partial specialization of the FormatterBase_IsStdBasicString template for std::basic_string.

Synopsis

Declared in <bslfmt_formatterbase.h>

template<
    class t_CHAR,
    class t_TRAITS,
    class t_ALLOCATOR>
struct FormatterBase_IsStdBasicString<std::basic_string<t_CHAR, t_TRAITS, t_ALLOCATOR>>;

Static Data Members

Name

Description

value

This value is always true.

Created with MrDocs