[#BloombergLP-bslstl-IsConvertibleToStringView-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/IsConvertibleToStringView-02.adoc[IsConvertibleToStringView]<t_CHAR_TYPE, t_CHAR_TRAITS, t_CHAR_TYPE const(&)[]> :relfileprefix: ../../ :mrdocs: This partial specialization of `IsConvertibleToStringView` is instantiated when `const t_CHAR_TYPE (&)[]` (an unbounded array reference) is tested for convertibility to string view. This handles edge cases with certain compilers where `bsl::is_convertible` may not correctly handle incomplete array types. == Synopsis Declared in `<bslstl_isconvertibletostringview.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_CHAR_TYPE, class t_CHAR_TRAITS> struct xref:BloombergLP/bslstl/IsConvertibleToStringView-02.adoc[IsConvertibleToStringView]<t_CHAR_TYPE, t_CHAR_TRAITS, t_CHAR_TYPE const(&)[]> : xref:bsl/true_type.adoc[bsl::true_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/true_type.adoc[bsl::true_type]` | Metafunction representing the boolean constant `true`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#