Simple trait type that tells is t_TYPE is an instance of std::basic_string.
Declared in <bslfmt_formatterbase.h>
template<class t_TYPE>
struct FormatterBase_IsStdBasicString;
| Name | Description |
|---|---|
value | true if t_TYPE is a std::basic_string; otherwise false. |
| Name |
|---|
FormatterBase_IsStdBasicString<std::basic_string<t_CHAR, t_TRAITS, t_ALLOCATOR>> |