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.
Declared in <bslstl_isconvertibletostringview.h>
template<
class t_CHAR_TYPE,
class t_CHAR_TRAITS>
struct IsConvertibleToStringView<t_CHAR_TYPE, t_CHAR_TRAITS, t_CHAR_TYPE const(&)[]>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |