This struct template implements a meta‐function to determine if the (template parameter) t_TYPE is convertible to bsl::basic_string_view<t_CHAR_TYPE, t_CHAR_TRAITS>.
Synopsis
Declared in <bslstl_isconvertibletostringview.h>
template<
class t_CHAR_TYPE,
class t_CHAR_TRAITS,
class t_TYPE>
struct IsConvertibleToStringView
: bsl::is_convertible<t_TYPE, bsl::basic_string_view<t_CHAR_TYPE, t_CHAR_TRAITS>>
Base Classes
Name |
Description |
This |
Type Aliases
Name |
Description |
Alias for this |
|
Member Functions
Name |
Description |
Return a copy of the template argument |
|
Static Data Members
Name |
Specializations
Name |
Description |
This partial specialization of |
Created with MrDocs